chrislo27 / PolyrhythmMania

A game that faithfully recreates the Polyrhythm minigame from Rhythm Tengoku (リズム天国), with a built-in level editor
https://polyrhythmmania.rhre.dev
GNU General Public License v3.0
237 stars 18 forks source link
built-to-scale nintendo polyrhythm rhythm-game rhythm-heaven rhythm-tengoku

Polyrhythm Mania

A game that faithfully recreates the Polyrhythm minigame from Rhythm Tengoku (リズム天国), with a built-in level editor and side modes.

Polyrhythm Mania thumbnail Polyrhythm: Assemble side mode thumbnail

Downloads GitHub license Donate to the project maintainer

Original Soundtrack on YouTube by GENERIC

Features

Check out the v1.2 update trailer on YouTube!
Check out the announcement trailer on YouTube!
Check out the August 2021 features trailer!

System requirements to play

Officially supported operating systems: Windows 7 or newer, Linux (x86 and ARM).

macOS is not officially supported (i.e. we don't accept bug reports from macOS) but you can attempt to run it per issue #29.

System Specifications: Similar requirements as Minecraft: Java Edition are used, since the same underlying graphics library (GLFW with OpenGL 4.4) is used.

Minimum requirements

Recommended requirements

Installation instructions

These instructions are the same if you're downloading the game for the first time or upgrading to a new version. Make sure that you meet the system requirements above.

Windows (64-bit only, no Java installation required):

  1. Navigate to the latest release here in a new tab or window.
  2. Download the correct version of the game in the Assets section named PolyrhythmMania_VERSION_win64.zip, where VERSION is the release version name. Note the "win64" in the file name. Don't download the "Source code".
  3. Find the downloaded zip file in File Explorer. Extract the zip file: right click the downloaded zip file, click "Extract All...", and extract the contents to a folder.
  4. Open the newly extracted folder and go into the PolyrhythmMania_win64 folder.
  5. Double-click the LaunchPolyrhythmMania.exe executable to start the game! (You don't need the Java Runtime Environment already installed, the game comes with a copy.)
  6. If Windows Defender says "Windows Defender SmartScreen prevented an unrecognized app from starting", you can safely ignore it by clicking "More info" and then "Run anyway".

Other platforms (or for advanced users who already have Java installed)

  1. (Pre-requisite) Ensure you already have the Java Runtime Environment (JRE 17 recommended, JRE 11 minimum) installed and it is accessible in your path as the java command.
  2. Navigate to the latest release here in a new tab or window.
  3. Download the correct version of the game in the Assets section named PolyrhythmMania_VERSION.zip, where VERSION is the release version name. Don't download the "Source code".
  4. Extract the zip file to a known location.
  5. Open the newly extracted directory and go into the PolyrhythmMania_platform_agnostic directory.
  6. Run the appropriate launch script: On Windows, double click play_windows.bat. On Linux, run the play_linux.sh file (you may have to chmod +x play_linux.sh first).
  7. If you prefer not to use a launch script, you can run java -jar bin/PolyrhythmMania.jar with your preferred settings.

Compilation instructions

These instructions are for people interested in editing the source code of the game.

  1. Ensure JDK 11 or newer (JDK 17 recommended) is installed.
  2. chmod +x gradlew
  3. ./gradlew :desktop:run

Other information

Rhythm Heaven is the intellectual property of Nintendo. This program is NOT endorsed nor sponsored in any way by Nintendo. All used properties of Nintendo (such as names, audio, graphics, etc.) in this software are not intended to maliciously infringe trademark rights. All other trademarks and assets are property of their respective owners. This is a community project and this is available for others to use according to the GPL-3.0 license, without charge.