A 2d platformer for js13kGames 2019 edition challenge.
You can play it here or on the contest page
- left and rigth arrows for movement
- space for jumping
The game comes with a built-in editor available in development build only.
Some non-obvious things about editor:
- press "e" to enable it
- you can delete objects with "delete" key
- when path point is selected you can:
- cut it using "c"
- toggle between straight lines and bezier curves using "v"
npm install
npm run start
A dev server is started at http://localhost:8080
npm run build
Ready to use bundle is located in /dist
directory.
Thanks for Frank Force for his awesome ZzFX.