This is a prototype for the NS Game Devs group made with Phaser.
Basically you only need to evade the enemies, when an enemy collides with your ship the game ends, so you need to refresh the browser.
Remember it's a prototype!
You need to install node.js and bower
Clone the repository and install dependencies
$ git clone git@github.com:keogh/evader-phase.git
$ npm install
$ bower install
Then run the server
$ grunt server
Grunt will open your default browser for you.
Arrow keys: Up, Down, Left, Right
T
key for Turbo!
I want to thank to Jose Salcido aka Oso, for his support and code review and he was always nagging me to make the next commit! Thanks madafaca!