https://github.com/sans-script/simple-mario-game
A simple Super Mario game created using HTML, CSS, and JavaScript. Nintendo might be able to sue you for this lol.
https://github.com/sans-script/simple-mario-game
Last synced: 10 months ago
JSON representation
A simple Super Mario game created using HTML, CSS, and JavaScript. Nintendo might be able to sue you for this lol.
- Host: GitHub
- URL: https://github.com/sans-script/simple-mario-game
- Owner: sans-script
- Created: 2023-12-21T18:04:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T20:03:51.000Z (over 2 years ago)
- Last Synced: 2025-03-02T03:35:26.409Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 2.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simple Super Mario Game
### [Link to website](https://sans-script.github.io/simple-mario-game/)
A simple Super Mario game created using HTML, CSS, and JavaScript.
Nintendo might be able to sue you for this lol.
## Table of Contents
- [Description](#description)
- [Preview](#preview)
- [How to Play](#how-to-play)
## Description
This project is a basic implementation of a Super Mario game using HTML, CSS, and JavaScript. It features Mario, pipes, clouds, and a continuous scrolling background. The game is designed to be a simple demonstration and can be enhanced with additional features.
## Preview

## How to Play
1. Open the `index.html` file in a web browser.
2. Mario will automatically start moving to the right.
3. Enjoy the background music and Mario's jump animation.
4. You can enhance the game by adding additional features, levels, or interactions.