The Mario Game is a web-based game that replicates the classic T-Rex Runner gaming experience you often find in web browsers when there's no internet connection. It is built using HTML, CSS, and JavaScript to provide an interactive and enjoyable gameplay experience.
In this game, players control Mario, the iconic character from the Nintendo series, as he navigates through various levels filled with obstacles. The goal is to jump over pipes to achieve the highest score possible without hitting anything.
- HTML: The structure of the game is built using HTML.
- CSS: CSS is used for styling the game elements, making it visually appealing.
- JavaScript: JavaScript is responsible for the game's logic, including character movement, enemy behavior, and collision detection.
You can play the game online by visiting the following link: Mario Game Demo
If you want to run the game locally on your machine, follow these steps:
- Clone the repository to your computer.
- Open the project folder and launch the
index.html
file in a web browser. - Start playing and enjoy!
This game was created by Wellington Lopes. Feel free to reach out for any questions or feedback.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Special thanks to Nintendo for creating the iconic Mario character and providing inspiration for this project.
Feel free to customize this README with your project's specific details and links.