A small multiplayer game built using the Phaser javascript game engine and socket.io
==============================
- Clone the repo
- npm install
- npm install browserify -g
- It's done stop reading
browserify ./client/client.js > ./build/clientBuild.js
node ./server/server.js In your browser navigate to localhost:1337
Write code, compile it, write tests, make sure tests pass and actually test, commit