Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leondejong/js-platformer

JS Platform Game Prototype
https://github.com/leondejong/js-platformer

2d canvas game html javascript js platform platformer sprite spritesheet

Last synced: about 2 months ago
JSON representation

JS Platform Game Prototype

Awesome Lists containing this project

README

        

# JavaScript Platform Game Prototype

Controls: `left: s, right: f, jump: e`
Run: `python3 -m http.server` or `php -S localhost:8000`
Visit: `http://127.0.0.1:8000 or http://[::]:8000`

[Live version](https://leondejong.com/application/platform/game)
[Tile set](https://kenney.nl/assets/pixel-platformer)
[Character](https://opengameart.org/content/2d-rpg-character-walk-spritesheet)