https://github.com/pablogozalvez/super-mario-phaser
Recreation of the classic Super Mario Bros game using the Phaser framework, with random level generation.
https://github.com/pablogozalvez/super-mario-phaser
javascript phaser super-mario-bros videogame
Last synced: about 1 month ago
JSON representation
Recreation of the classic Super Mario Bros game using the Phaser framework, with random level generation.
- Host: GitHub
- URL: https://github.com/pablogozalvez/super-mario-phaser
- Owner: pablogozalvez
- License: mit
- Created: 2023-01-27T14:50:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T11:03:17.000Z (about 1 year ago)
- Last Synced: 2025-05-18T19:05:31.188Z (6 months ago)
- Topics: javascript, phaser, super-mario-bros, videogame
- Language: JavaScript
- Homepage: https://pablogozalvez.github.io/Super-Mario-Phaser/
- Size: 66 MB
- Stars: 101
- Watchers: 6
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Super Mario Phaser**
Super Mario Phaser is a recreation of the classic Super Mario Bros game using the Phaser framework. This project aims to bring the nostalgic experience of playing the iconic platformer to modern web browsers. One exciting feature of this game is the random level generation, which ensures that each playthrough offers a unique and challenging experience.
## **Table of Contents**
- [Demo](#Demo)
- [Controls](#Controls)
- [Contributing](#Contributing)
- [License](#License)
### Demo
A live demo of the game can be accessed at [https://decapapi.github.io/Super-Mario-Phaser/](https://decapapi.github.io/Super-Mario-Phaser/).
Some screenshots of the game:




### Controls
Controls are fully customizable, however default controls are:
**Jump:** SPACE
**Move Left:** A
**Move Right:** D
**Crouch:** S
**Fire:** Q
### Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Make sure to adhere to the existing code style and follow the established guidelines.