game of the month

game of the month

blue_prawn's picture

https://github.com/masonblier/hex-formation

An html5-game, a tower-defense,

there are no direct link to a github pages, but the download is worth it,

you can 'git clone' it, if you have access to a console, or download each individual file,

the reasult is as good, as the source code.

 

I thought it finishes too quiclly, so I added some more waves:

 

+    {type:'enemy', count:20, health:50},
+    {type:'enemy', count:30, health:60},
+    {type:'enemy', count:30, health:80},
+    {type:'enemy', count:40, health:100},
+    {type:'enemy', count:60, health:200},
+    {type:'enemy', count:90, health:400},

 

but then 16 waves is too much.

The right number of waves would probably be 12.