tim

I’ve started using grunt, a nodejs build tool to compile and minify all the coffeescript game files ready to upload them to server. This is all complete now so all that’s left to do is get the game deploying correctly. Hold tight the game will be available for play very soon 🙂

Well playable anyway… With basic minion sending, tower building and income. It’s not online yet, hopefully will get it up and running tomorrow morning or night.

Players now go on different teams and can send and kill each others minions. Fully unit tested too, I’m using Mocha / ZombieJS to do TDD, 81 tests so far. Now to add minions generating wealth and fixing player team / race selection and then I’ll put the game online for everyone to play 🙂

Going to keep the updates short and sweet. Working on PvP move at the moment, have basic unit sending going now to make minions give income and towers should only shoot enemy minions.