https://github.com/dcts/platformergame-boilerplate
starting point to write 2d games in processing. refactored processing code to p5.js.
https://github.com/dcts/platformergame-boilerplate
Last synced: 11 months ago
JSON representation
starting point to write 2d games in processing. refactored processing code to p5.js.
- Host: GitHub
- URL: https://github.com/dcts/platformergame-boilerplate
- Owner: dcts
- Created: 2019-03-13T00:03:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T08:19:44.000Z (over 7 years ago)
- Last Synced: 2025-07-16T01:27:01.338Z (11 months ago)
- Language: JavaScript
- Homepage: https://dcts.github.io/platformerGame-boilerplate
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Platformer Game Boilerplate
Simple starting point to write a 2d game in p5-js. Originaly written in processing by [superuser](https://youtu.be/ev4HhS8IcVI).
The game can be played here: [https://dcts.github.io/platformerGame-boilerplate/](https://dcts.github.io/platformerGame-boilerplate/).