Play the original js13k submission.
- Left - [
A
] or [Left Arrow
] - Right - [
D
] or [Right Arrow
] - Start - [
Space
]
Expand/contract the game window with the [<->] button on the right.
Initial release.
To start a development server:
$ gulp watch
To run test projects:
$ gulp --gulpfile test/gulpfile.js
To build for production:
$ gulp build -p
This is built with a stripped-down and heavily-modified version of the three.js CanvasRenderer.
- end3r for js13k.
- ooflorent for js13k-boilerplate.