A rhythm game inspired by the BIT.TRIP BEAT/FLUX series, built from the ground up in GameMaker.
All original source code is licensed under the MIT License.
Custom sound effects created by ExplodedKid via BeepBox.
All music tracks belong to their respective artists. This project is a non-commercial fan work; no copyright infringement is intended.
BIT.TRIP font by AnnoyingPixelFontGuy
- Source: FontStruct
- License: CC BY-SA 3.0
- Detailed license available in
notes/font_licence/font_licence.txt
Mode Sprites (8 variants) by FoxChaotica74647
- Source: Bit.Trip Fandom
- License: CC BY-SA 3.0
- Detailed license available in
notes/modeSprites_licence/modeSprites_licence.txt
Important
These assets are fan-made derivative works and are not official Bit.Trip assets.
| Action | Input |
|---|---|
| Move Paddle | Mouse Movement |
| Confirm / Select | Left Click |
| Back / Cancel | Right Click |
This tool converts standard .osu beatmaps into .rrchart files compatible with Rhythm Retro.
- Format: Internally,
.rrchartfiles are JSON structures. - Compatibility: Currently supports standard osu! gamemode charts only (osu!catch is not supported).
- Dimensions: Since Rhythm Retro logic operates on a single dimension, the converter generates two files for every
.osufile:_x.rrchart: Uses the X-coordinates for note placement._y.rrchart: Uses the Y-coordinates for note placement.