Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eniompw/mario
Build JS Mario in 5 Steps
https://github.com/eniompw/mario
canvas canvas-game game game-development javascript mario mario-game
Last synced: about 2 months ago
JSON representation
Build JS Mario in 5 Steps
- Host: GitHub
- URL: https://github.com/eniompw/mario
- Owner: eniompw
- License: mit
- Created: 2021-05-20T10:34:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T08:19:34.000Z (8 months ago)
- Last Synced: 2024-05-31T09:38:23.635Z (8 months ago)
- Topics: canvas, canvas-game, game, game-development, javascript, mario, mario-game
- Language: HTML
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JS Mario in 5 Steps
1. [Black Rectangle](https://github.com/eniompw/mario/blob/main/01-first.html)
2. [Color](https://github.com/eniompw/mario/blob/main/02-color.html)
3. [Image](https://github.com/eniompw/mario/blob/main/03-image.html)
4. [Click](https://github.com/eniompw/mario/blob/main/04-click.html)
5. [Animate](https://github.com/eniompw/mario/blob/main/05-animate.html)**Try it on [PLAYCODE.io](https://playcode.io/empty_html)**
Further resources:
* [EN10 Mario](https://github.com/EN10/Mario)