Rhythm Game
A downloadable game for Windows and Linux
Using the Song Editor
- The rhythm game and song editor only support
.wav
files. Plan accordingly! - Save exported song data as a
.json
file, as the song editor expects this. - Make sure your music path is a relative path after exporting, i.e
songsFolder/mySong.wav
. This allows other people to use your songs relatively easily. - To make life easier, put your exported song data (
.json
) file next to your song (.wav
) file, and move them together in one folder. - A list of all possible lane keys can be found here. Each enum constant can be a key lane.
If the Game Doesn't Work on Linux
If the game does not load or otherwise crashes on Linux platforms, you just need to move the app
and json
folders to the directory containing the file you used to run the game.
Comments
Log in with itch.io to leave a comment.
Hey Lucas!
I'm working on a rhythm mapping tool for games like yours. it's called MBOY Editor (https://vfpe.itch.io/mboy-editor) Do you want to try it for your game? Vic
source code available here: https://github.com/lucasstarsz/fastj-game-jam-2022-1