brooo! What a game. If you dont deserve first idk who does. btw how long did it take for you to come up with that idea? I guess it must be a long time. Dude I am so jealous of you rn
Viewing post in R.R.R.: Rythmic Robot Reorganization jam comments
Aw thank you! Funny enough this didn't take long at all to think of, likely an hour after the theme was announced. I simply started thinking of making some kind of sorting game because I really like the bob-omb minigame from Mario Bros DS, and then a game like this came to mind, inspired by Rythmn heaven which was icing on the cake!
sorry for not replying earlier but this was very tricky to make. First of all the music has ot paly in a channel in order for you to be abke to check it’s offset, them I put it’s offset through a module, I would them make actions if the module value was below 0.1, the exact expression is mod(SoundChannelPlayingOffset(5),2), the number 2 is for how frequent I want this value to return a number smaller than 0.1, the smaller this value (2), the more frequent it is true.
Sorry if it’s confusing, it was very tricky to figure out