a work-in-progress entry for JS13kGames 2018
Ensure you have make, bash, npm, unzip, google-closure-compiler, eslint, and jsdoc.
- To build the debug version with source maps,
make debug - To build the release version,
make release
- To run the debug version with source maps,
make debug_run - To run the release version,
make release_run
- Edit files under
src - To lint the project,
make lint - To fix correctable errors,
make fix - In debug mode, set
window.debugParamsto a list of keys of params to debug on the grid
- Make build tools for compressing and measuring
- Maybe use less
make