This is a web game based on Node.js
curl http://npmjs.org/install.sh | sh # if you aleady installed npm, skip it. npm install express socket.io ejs supervisor
supervisor -p app.js // development, then it auto-load source code after you changed files. node app.js // production