To build, be sure you have node installed. Then in the directory, simply run:
npm install
You must also have grunt-cli installed globally:
npm install -g grunt-cli
Building the game:
grunt
After building, run it with:
npm run dev
And you will have the game running on http://localhost:8080
Here's the old readme...
Simple real-time multiplayer phaser game which uses node and websockets.
Based on the tutorial found here: http://rawkes.com/articles/creating-a-real-time-multiplayer-game-with-websockets-and-node.html
And derived from the Phaser's tanks example game.
npm install
Note: If you're new to node, check the original tutorial.
npm run dev
Open an issue, and I'll try to answer :)
