A community-driven rhythm game with a focus on creativity and expression.
- Download the game on steam.
- 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.
You can download the source code by cloning the repository using git:
git clone --recurse-submodules https://github.com/InventiveRhythm/fluXis
cd fluXis
To update the source code to the latest version, run the following command in the repository directory:
git pull --recurse-submodules
To build and run the game, run the following command in the repository directory:
dotnet run --project fluXis.Desktop
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.