Tower Defense io game.
Download from Node.js website.
$ npm install express --save
$ npm install socket.io --save
$ npm install node-uuid --save
$ npm install spatial-hash --save
$ npm install -g browserify
$ browserify client/index.js -o bundle.js
$ node server/Server.js
Go to localhost:4004