Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leondejong/js-platformer
- Owner: leondejong
- License: apache-2.0
- Created: 2022-01-05T18:07:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T18:05:30.000Z (10 months ago)
- Last Synced: 2024-04-08T22:02:50.326Z (10 months ago)
- Topics: 2d, canvas, game, html, javascript, js, platform, platformer, sprite, spritesheet
- Language: JavaScript
- Homepage: https://leondejong.com/application/platform/game/
- Size: 162 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)