Skip to content

js13kGames/those-final-seconds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Those Final Seconds

...is an attempt to make a shoot-em-up for js13k 2024 competition. It is one of the two games I made for the compo this year, the other one being this one.

Play

Click here

Building

  1. Install git-lfs, advzip, TypeScript compiler and Closure compiler.
  2. Run make CLOSURE_PATH=<your-closure-installation-path> dist to build a zip file that should fit 13kB, or just run tsc to build the js source.

License

MIT License


(c) 2024 Jani Nykänen

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.8%
  • Other 1.2%