A simple clone of the well-known Mario game using HTML Canvas and JavaScript. This project leverages the canvas element to incorporate physics, collision detection, and sprite animation to bring the main character to life.
- Canvas Rendering: Utilizes HTML Canvas for rendering game graphics.
- Physics Engine: Basic physics to handle movement and gravity.
- Collision Detection: Simple collision detection for game interactions.
- Sprite Animation: Animations for the main character.
- HTML 5 Canvas
- JavaScript
- Clone the repository:
git clone https://github.com/Sri-Kameswari/MirageRun.git
- Navigate to
index.js
file and run it - Once the project opens in the browser, use
W A S D keys
to move the character
Feel free to submit issues and pull requests. Contributions are welcome!