Built using @herebefrogs gamejam boilerplate for build automation.
https://github.com/herebefrogs/gamejam-boilerplate
npm start
-> build game, open a browser, watch source and livereload browser on changes
npm run build
-> build game for gamejam submission (no sourcemap and livereload script)
- Eoin McGrath for his original build script
- Peters and flo- for their pixel font from Glitch Hunter
- Ryan Malm for sharing his Twitter message code
- Maxime Euziere for his switch/case approach to handling game screens in update/render/input handlers
- Florent Cailhol for suggesting Terser in place of UglifyJS