Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Nice game. I did 21750.

I will certainly have a look at your code as I am curious to know how you managed to synchronize sound and inputs (it was quite accurate, at least on my computer).

I would have loved to have more return on the score while playing. Also, I would have liked to have more complex rhythms: at the moment it is mostly press a button on each beat.

Thanks for playing!. The trick I did was recording the buttons I assigned and saving them to a list along with the time tick, while the song played in the game and then save it to json file. I also used time.Time to replace the default TPS so the tempo calculation stays consistent.