/submersible-warship-2063

JS13KGames 2018 entry (theme: offline)

Primary LanguageJavaScriptMIT LicenseMIT

Submersible Warship 2063 (theme "Offline")

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