Here’s my game I’ve been working on recently, I intend to do some more work on it but I’m happy with the core game loop.
The artwork isn’t mine, it’s some free stuff I found.
Give it a go and tell me your highest score!
Any constructive feedback is welcome.
1 Like
Cute looking game and fun to play, my high score was 112. I got better with practice, but the controls still didn’t feel as responsive as I would’ve liked. I was always having a hard time figuring out how much forward movement and spacebar hold time I’d need to make the leap I wanted. Also found multiple instances of a bug where I’d fall through the platform I was standing on.
I’ve recently updated my game.
Completely overhauling the character controller, making it considerably more responsive and cleared most of the bugs related to movement. Not forgetting adding the ability to double jump (once you’ve reached the apex of your jump).
I’ve also limited the positions of the platforms to only spawn within a certain range of the previous one, making it a lot less random.
I have added a highscore system, allowing you to save your highscores to a leaderboard. Unfortunatly it doesn’t work in the webgl build as I have nowhere to store the highscores file.