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.
looks cool! I like tower defense games, design of the gui looks sleek, maybe you will get more people to play if you create a github page since is html or an electron app with it.
Sorry, I forgot to say that this is the file "js/game.js" that you have to edit, if you want to add more waves.
And if you want to slow down the rythm of the game a little bit, you can try to edit the file "js/app.js", and change the line 244:
game.update(dt * 0.70);
The variable "dt" seems to be compatible with a float, so that you can try values like 0.60, 0.70 or 0.80
The license of this game is: "MIT"