Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)