Skip to main content

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

Welcome to game jams! A game design tip: give players some leeway when they walk off platforms, as in still allow them to jump even though they've left the platform. Even a 0.3s leeway is good enough~

I have a feature where you can jump once midair if you miss the timing did you try that? also how would one implement a leeway period?

(1 edit) (+1)

Yeah, I even tied spamming the jump button XD. It somehow didn't trigger. Leeway implementation: something like if player not on floor, run a timer. if timer has time left (not 0), jump_able = true. something like that roughly.

(+1)

ok I am going to some testing and se if I can find a way to fix junping for my next game