Skip to main content

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

Nice platformer. Nice to play. Sometimes the characters keeps bouncing, I don't know why?

Anyway, nice submission!

Unfortunately I haven't figured out exactly what is causing the bouncing. I will say that behind the scenes the player has a few platformer quality of life things like  variable jump height (tapping jump gives a small hop, holding jump gives a big jump), coyote time (small window of time after you leave the ground where you can still jump), and a jump buffer (pressing jump when you are not on the ground preserves that jump input for a short time and has you jump if you touch the ground while it's preserved). That said, I think the issue has to do with the jump buffer and/or how I'm getting jump press inputs because it is trying to jump whenever it touches the ground.