Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Interesting mechanic! As another commenter said, I couldn't get past the second jump after the second checkpoint. It looks like you replied saying "this is meant to teach you the mechanic", but I couldn't figure out what to do? I wasn't able to jump to those platforms above, so I'm not really sure how to proceed. I do like the idea of the game but I think it needs a bit better tutorialisation before getting to the platforming "puzzles" where you need to figure things out. Overall though, an interesting entry :)

Hi! When I said that part about the mechanic; I meant the gap in the pillar! You are meant to take the bottom path instead!



Ah, I think you have a frame-rate physics problem! My character does not jump nearly that high.

Oh that's strange! You should be able to adjust your height by holding the spacebar (longer hold = bigger jump) 🤔 since it seems confusing I'll add that to the description; hopefully whichever version you're playing doesn't have a bug

(+1)

Yes I can jump higher by holding space, but not that high! This bug is usually because of an effect called frame rate physics, where the physics are called every frame but the frame rate is not consistent across two different setups. If you put all the movement code in _physics_process that should fix this, alternatively you can mess around with the delta variable but it's more finnicky.

(+1)

Sorry for the delay, here is a video of me doing a jump while holding space as long as I can, and as you can see, I'm not getting the jump height similar to your clip. This is on the web version of the game.
https://streamable.com/pmx9vn

(+1)

Hmmm I see, I'll have to bring it up to GugloPWN after the jam since we can't edit files during voting. Thank you!

(+1)

Thanks for the feedback! I am new to Godot and had seen som warnings about messing with things during the physics process. Everything is basically stuck together with chewing gum. I'll put the game on GitHub later for anyone who is curious.