Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Nice! I die every time it feels like the song is about to get good. Might just be my lack of skill but would like to feel a bit more in control of the jump. Also there seems to be bounce-able platforms higher up but I can't seem to pinpoint what the object is. Are they random? Or is there some kind of double jump? And congrats on your first game!

Even though I made the game, I also never come far enough to hear the song fully kicking in. I thought that other web based platformer (like robot unicorn attack) are also fairly difficult for new players, so I didn't want to make it to easy. But maybe some kind of adaptive difficulty curve would be good. 

All objects have the same behavior, only the size in colliders is different. During playtesting I already noticed, that sometimes the player gets two jumps instead of one. Im not sure why this happens, maybe there are some invisible collisions happening, that give the player their jump back.

I note the feedback from you and the other commenter about wanting more jump control. Currently the jump range in x and y direction scales linear with the charge time. Their is an minimal and maximal jump lenght. Since the game started out as a runner theres also an invisible wall at abut 2/3 of the screen width. If the player passes this boundry the next jump will only move the player upwards and not forwards. Maybe thats whats causing the lack of control feeling.

Thanks for trying out my game!