This project is a simple Mario-style game implemented using JavaScript. It provides a fun, interactive experience reminiscent of the classic Super Mario Bros. games.
You can play the game live at: vimal-oneway.github.io/mariogame/
- Classic Mario-style gameplay
- Responsive design
- Custom CSS properties
- Flexbox and CSS Grid layout
- HTML5
- CSS3
- JavaScript
To get a local copy up and running, follow these simple steps:
- Clone the repo
git clone https://github.com/vimalraj3/marioGame.git - Navigate to the project directory
- Open
index.htmlin your browser
index.html- The main HTML filestlyes.css- CSS styles for the gamesricpt.js- JavaScript code for game logicassets/- Directory containing game assets (images, sounds, etc.)superMario.ttf- Custom font file for Mario-style text
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Vimal Raj - GitHub Profile
Project Link: https://github.com/vimalraj3/marioGame
