Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vimalraj3/mariogame
MARIO GAME WITH JS
https://github.com/vimalraj3/mariogame
gamejs javascript javascript-game
Last synced: about 2 months ago
JSON representation
MARIO GAME WITH JS
- Host: GitHub
- URL: https://github.com/vimalraj3/mariogame
- Owner: vimalraj3
- License: mit
- Created: 2022-01-13T08:57:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T06:28:21.000Z (3 months ago)
- Last Synced: 2024-10-16T07:41:44.912Z (3 months ago)
- Topics: gamejs, javascript, javascript-game
- Language: CSS
- Homepage: https://vimal-oneway.github.io/marioGame/
- Size: 1.58 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mario Game with JavaScript
![Mario Game Screenshot](https://github.com/vimalraj3/marioGame/raw/main/assets/screenshot.png)
## Description
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.
## Demo
You can play the game live at: [vimal-oneway.github.io/mariogame/](https://vimal-oneway.github.io/mariogame/)
## Features
- Classic Mario-style gameplay
- Responsive design
- Custom CSS properties
- Flexbox and CSS Grid layout## Built With
- HTML5
- CSS3
- JavaScript## Getting Started
To get a local copy up and running, follow these simple steps:
1. Clone the repo
```
git clone https://github.com/vimalraj3/marioGame.git
```
2. Navigate to the project directory
3. Open `index.html` in your browser## Project Structure
- `index.html` - The main HTML file
- `stlyes.css` - CSS styles for the game
- `sricpt.js` - JavaScript code for game logic
- `assets/` - Directory containing game assets (images, sounds, etc.)
- `superMario.ttf` - Custom font file for Mario-style text## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Vimal Raj - [GitHub Profile](https://github.com/vimalraj3)
Project Link: [https://github.com/vimalraj3/marioGame](https://github.com/vimalraj3/marioGame)
## Acknowledgements
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5)
- [CSS3](https://developer.mozilla.org/en-US/docs/Web/CSS)