Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 862 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 862 Bytes

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