Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablogozalvez/super-mario-phaser
Recreation of the classic Super Mario Bros game using the Phaser framework, featuring random level generation.
https://github.com/pablogozalvez/super-mario-phaser
javascript phaser super-mario-bros videogame
Last synced: about 7 hours ago
JSON representation
Recreation of the classic Super Mario Bros game using the Phaser framework, featuring 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T11:03:17.000Z (2 months ago)
- Last Synced: 2025-01-21T12:06:31.753Z (about 7 hours ago)
- Topics: javascript, phaser, super-mario-bros, videogame
- Language: JavaScript
- Homepage: https://pablogozalvez.github.io/Super-Mario-Phaser/
- Size: 66 MB
- Stars: 90
- Watchers: 6
- Forks: 22
- 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:
![Level Gameplay](assets/showcase/level-gameplay.gif)
![Level Start](assets/showcase/level-start.gif)
![Level End](assets/showcase/level-end.gif)
![Settings Screen](assets/showcase/settings-screen.png)
### 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.