Skip to content

js13kGames/highway-404

 
 

Repository files navigation

Highway 404

My game entry for JS13K Games 2020 on the theme "404".

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 & Credits

  • 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
  • Frank Force and Keith Clark for their über smoll sound & music players, ZzFX and ZzFX Music respectively
  • play tester extraordinaire Di Liu, Nael El Shawwa & Cory Borg for their candid feedback
  • Matt Deslaurier for canvas-sketch-util's lerp functions