Simple Platformer
Very fun and simple platformer. Great for editing. Based on this tutorial. Have a look at what I did with it and make a game yourself!
- read the original article
- read a follow up article about adding monsters and treasure
- view the source in replit.com or use CodeHS Sandbox Version
Make a copy of the source in your Replit.com or CodeHS account.
Make a second copy called version 2 that will include your changes!
Status | Released |
Platforms | HTML5 |
Author | Groeneveld |
Genre | Platformer |
Comments
Log in with itch.io to leave a comment.
This is a nice little tutorial! Vanilla Javascript. No excess layers of abstraction (as can happen in the OO world) and a blog explaining the code. Repl.it to play around with the source. All within a small but fully functional game.