Skip to main content

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

Managed to get your high score (divided by 10) !
Very fun game with nice animations and a music loop that makes me wanna boogie XD
Maybe the jump could lead us a bit further because the game is a bit hard from the start because of that

Haha nice, I hope I figure out how to make the cat stay in the air for longer at the start.
Thank you for playing!

What you can do is put the gravity to 0 while the player is holding the jump button until a set timer ends. So that you can control the time spent in the air and don't get any unfair jumps because of too much reaction time (lol)

(1 edit)

Like : every frame add 1 to the timer and put gravity to 0 if jump is held than if the timer reaches 10 reset it and wait until the jump button is pressed again.