Skip to content

js13kGames/the-maze-of-space-goblins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Maze of Space Goblins

...is a puzzle game made for js13k 2021 game programming competition.


Building

Assuming that you have make and tsc installed, just type make js to build the game. Then you can start a server in the root to play the game. If you do not have make, you can copy-paste the line below js in the file makefile to the terminal/command prompt and run it.

To minify and compress the code, type make closure dist (Closure is included in this repo). It will produce a zip file that should stay below 13kB (at least on my PC!).


License

Do not steal. Give credit if you end up using the code for some weird reason.


(c) 2021 Jani Nykänen

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.0%
  • Other 2.0%