/fluXis

Primary LanguageC#MIT LicenseMIT

fluXis

A community-driven rhythm game with a focus on creativity and expression.

Downloading and playing the game

Windows 8.1+

  1. Download the installer from here or the download button on the website.
  2. Extract the zip file.
  3. Run the installer (fluXis.Updater.exe).
  4. Wait for the installer to finish.
    • This also creates a shortcut in the start menu.
  5. The game should now be automatically launched.

Make sure to report any issues with the installer to the discord server.

Linux

Linux releases soon™

macOS

macOS releases soon™

Building and Developing

Requirements

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.