A downloadable game for Windows

It's a simple rhythm game demo that I made during a weekend because I was bored. I plan to reuse the code to make an RPG with rhythm mechanics. Press the arrow keys (or WASD) when the notes reach the indicator in the middle. If you preserve combos you'll score a bit higher.

--------------------------------------------------------------------

If you're a dev I leave you some explanation on how this minigame was made. It may not be the best way but it may help some of you:

The game is made for it to be really simple to add a new song, so I'll probably code a way to import XMLs (which is the format I'm currently using to read song data such as note timing and arrow for each note) with the note sheets and audio files to play whatever song you'd like.

If you want you can message me to discuss how it was made and if you want me to add a song you made we can talk about it too and I'll lend you the tools I made to make a song sheet.

In this I'm using a singleton for the game and song managers, an object pool to improve performance for the notes spawning, and the observer pattern to handle scoring and animations. For me that was the simplest way to make it and the one that made more sense.

CREDITS:

MUSIC: https://opengameart.org/content/4-chiptunes-adventure 

CHARACTER SPRITES: https://www.gamedevmarket.net/member/azuna-pixels/

TILESET SPRITES: https://www.gamedevmarket.net/member/nauris-amatnieks/

The rest of the sprites and code was done by me :)



Download

Download
Demo - QuaranDance.zip 26 MB

Install instructions

Just unpack the zip and run the .exe file :)

Leave a comment

Log in with itch.io to leave a comment.