Climb Higher!! by Radiant Games
How to Play
- USE A AND S TO MOVE LEFT AND RIGHT
- USE THE SPACEBAR TO JUMP.
- COLLECT ENERGY COINS TO REPLENISH ENERGY
- IF YOU TOUCH THE RED BARS OR RUN OUT OF ENERGY YOU DIE.
| Web | https://radiantgames.itch.io/climb-higher |
| Github | https://github.com/mohakdev/Ludum-Dare-50 |
| Original URL | https://ldjam.com/events/ludum-dare/50/climb-higher |
Ratings
| Given | 6🗳️ | 4🗨️ |
It's a little on the harsher side difficulty wise, mainly for how the jump works: at the moment it's adding a force to the current velocity, so if you jump when you are falling down it will reduce the speed, but it's not really a jump. Try to change the force to an upward vector, or instead you can just clamp to a minimum.

I don't think the energy should fill up to the max when you grab a ball, but maybe when you're jumping it decreases a little less? It seems like the amount of jumps you can have is not enough sometimes, especially if you lose the momentum, you have no chance to recover. Just my thoughts though. I like the game though!