Platformer Game with Canvas. Feedback needed

Hello, fellow campers. I present to you my best project so far:

I made the game from Processing.js (a Canvas library).
The hardest part for me was keeping the game at a high frame rate as I had to design my own assets.

I really hope you enjoy my hard work.
Any and all feedback will be appreciated greatly.
If you find any bugs, please report them to me.

Thanks. Happy coding.

8 Likes

Great work…

Very cool! Keep up the good work!

Wonderful! I like it. Couldn’t pass level 3 though… :sweat_smile:

This is an impressive project and it’s fun to play! :slight_smile:

I’m not sure which level this is, but when I approach the wall in the screenshot below and try to jump over it, I keep flying into the upper left corner as shown. so I died 18 times :sweat_smile:

Thanks a lot for your kind feedback.

Thank you for the kind feedback.

Thanks.

To pass level three, you will need to your the wall-jumping ability.
Hold the UP arrow key and press the LEFT and RIGHT ones when you need to switch direction.
All levels are possible. I beat the entire game without using any upgrades of skips.

1 Like

Nice game.
I like it.
hard after some 5 level.

That is really wierd.
It is not happening for me.
Try refreshing the page and/or pressing the “R” key to restart.
If it still won’t work, the only way for you is to clear the local storage by putting the line of code localStorage.clear() at the top of the JS code and restarting the game.

Well, that’s kind of the point. Level 25 or something was so hard that even though I made the level, I died over thirty times trying to beat it!

Thanks for the kind feedback.

1 Like

the game is cool, but as for me, it was a little hard to read the text at the beginning and in the menu, maybe it would be better to use another font

Amazing work, I’m sure it wasn’t easy but totally worth it.

I chose that font to match the style of the game. So far, that was the best one. If you think you can find a better font, be sure to tell me what the font family is.

Thanks for the feedback.

Thanks. It was really hard, especially keeping it fast and implementing wall-jump physics.

Thanks for the tip. I know how to jump, but when I reach above the wall, I die by falling off without any control (my bad). I died thirty times in that level :rofl: :rofl:

Thanks! I managed to get through that level but the problem happened again, so I had to clear storage like you mentioned and restart the game. Now everything is working again :slight_smile:

I found out that there was a bug with the movement speed upgrade so I disabled it.

@ConnerOw1115 That actually explains a lot. I had upgraded speed a couple of times times when I ran into that issue. Thanks for the update!

1 Like

Thanks for reporting the bug. I didn’t know that could happen.

1 Like