Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

If this was a real sport I’d tune in to every match. Jokes aside, this was a really good time, the music was a bop. Did you have any trouble making a rhythm game in Godot? I want to make one of my own but I’m worried input delay might screw it up, any tips?

Hahah thank you so much!
It was kinda tricky getting the timing to sync up nice. There's still some major things I'd like to fix, like if the game freezes the music doesn't stop and it just spawns a bunch of arrows to catch up lol. 

We referenced this rhythm game tutorial, but tbh I don't like how he explained it or how his code was written. 😬 The one part I did like was how he broke down the timing.
My buddy Declan ended up coding the conductor node so maybe he can speak more on it. I'll see if he wants to comment here too!

(+1)

Yeah I noticed the extra arrows, and while that might not be the best option it avoids desyncing the music which is super cool, that’s my biggest worry.