JS13k2021
JS13k2021 copied to clipboard
JS13K 2021 Gamejam Entry. Theme: SPACE
JS13K 2021 Untitled Space Game
Built using @herebefrogs gamejam boilerplate for build automation.
https://github.com/herebefrogs/gamejam-boilerplate
Getting Started
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)
Special Thanks
- 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