Installing the game
Learn how to download the game on multiple platforms
Windows
Downloading for Windows
Head to the releases page and select windows.zip (Download)
Once you have downloaded the .zip file, extract it.
Once the zip file is extracted, run Rhythia.exe
WARNING
You must have Visual C++ Redistributable downloaded to be able to run the game on Windows!
You can download it here
Linux
Downloading for Linux
GUI version
INFO
The following packages are recommended for this version:
- thunar
- thunar-archive-plugin
Head to the releases page and select linux.zip (Download)
Once the linux.zip file has been downloaded, right click it and extract it.
After extracting the zip file, run Rhythia.x86_64
Non-GUI version
WARNING
The following packages are required for this version:
- unzip
Head to the releases page and select linux.zip (Download)
Once the file is downloaded, open your terminal and run the following commands:
# Assuming the file is in the Downloads folder
$ cd $HOME/Downloads
$ unzip -d Rhythia linux.zip
- Then move into the extracted folder and run the game by running:
# While inside ~/Downloads
$ cd Rhythia
$ ./Rhythia.x86_64
Linux troubleshooting
If your game doesn't run, do the following commands in your terminal while inside of your Rhythia folder:
$ sudo chmod +x Rhythia.x86_64
WARNING
You need to be a superuser in order to run sudo