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 :)