Skip to main content

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

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!

(+1)

Thnx dude. Can u pls help me how tou made the rythem system. Did you use timers or what

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