A free and open-source vertical scrolling rhythm game.
- Download the installer from here or the download button on the website.
- Run the installer.
- Wait for the installer to finish.
- This also creates a shortcut in the start menu.
- The game should now be automatically launched.
Make sure to report any issues with the installer to the discord server.
Linux releases soon™
macOS releases soon™
- A desktop computer running Windows, macOS, or Linux with the .NET 6.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 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
To build and run the game, run the following command in the repository directory:
dotnet run --project fluXis.Desktop
If you don't want to Debug the game, you can add the -c Release
flag to the command above.
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.