Created a Mario game clone using P5.js
Install P5 framework in your IDE(Visual Studio Code, etc..) in order for it to run
- If you are using VSCode install live-p5 extension
- Right click on index.html and click "Open with Live Server" option
- Press
SpaceBar
to Start game - Reach Flag without dying to win game
- Avoid Blades and Pitfalls
- Game speeds up 10% with each coin collected
- Start with 3 lives
- A TO MOVE LEFT
- D TO MOVE RIGHT
- SPACEBAR TO JUMP
- A+SPACEBAR to Jump-Left
- D+SPACEBAR to Jump-Right