Skip to content

Last Moon Bunker - a js13kGames 2021 competition entry by @ibrahim-301.

Notifications You must be signed in to change notification settings

js13kGames/last-moon-bunker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Last Moon Bunker

A game made for the js13kgames competition 2021.

built on a modified version of the GA library and minified using google closure compiler

 npx google-closure-compiler 'src/**.js' --js_output_file out/main_out.js --compilation_level ADVANCED --language_in ECMASCRIPT_2016 --language_out ECMASCRIPT5 --jscomp_off=checkVars