A simple platformer game built with HTML5 Canvas and JavaScript.
- Download all files (
index.html,style.css,game.js) to your computer - Keep them in the same folder
- Double-click
index.htmlto open in your browser
- Arrow Left/Right: Move left and right
- Arrow Up: Jump
- Physics-based platformer gameplay
- Multiple platforms to jump on
- Collectible coins (10 points each)
- Score tracking
- Auto-respawn when falling off screen
index.html- Main game pagestyle.css- Game stylinggame.js- Game engine and logic
Enjoy the game!