Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)