Awesome
<h1 align="center">fluXis</h1> <p align="center"><img src="https://github.com/InventiveRhythm/fluXis-web/blob/master/src/assets/images/icon.png?raw=true" width="128" alt="fluXis logo"/></p> <p align="center">A community-driven rhythm game with a focus on creativity and expression.</p> <p align="center"> <a href="https://github.com/TeamFluXis/fluXis/releases"><img src="https://img.shields.io/github/v/release/TeamFluXis/fluXis" alt="github release badge"></a> <a href="https://github.com/TeamFluXis/fluXis/blob/main/LICENSE.md"><img src="https://img.shields.io/github/license/TeamFluXis/fluXis" alt="license badge"></a> </p>Downloading and playing the game
Windows 8.1+
- Download and install the .NET 8.0 desktop runtime from here.
- Download
install.exe
from the latest release or the download button on the website. - Run the installer.
Make sure to report any issues with the installer to the discord server.
Linux
- Download and install the .NET 8.0 desktop runtime.
- Download
fluXis.AppImage
from the latest release. - Run the AppImage.
macOS
macOS releases soon™
Building and Developing
Requirements
- A desktop computer running Windows, macOS, or Linux with the .NET 8.0 SDK installed.
- An IDE of your choice, for example JetBrains Rider, Visual Studio or Visual Studio Code.
Downloading the source code
You can download the source code by cloning the repository using git:
git clone https://github.com/TeamFluXis/fluXis
cd fluXis
To update the source code to the latest version, run the following command in the repository directory:
git pull
Building
To build and run the game, run the following command in the repository directory:
dotnet run --project fluXis.Desktop
License
fluXis is licensed under the MIT License. tl;dr: You can do whatever you want with the code, as long as you include the original license.