This is my 1st game made with Node.js and socket.io
1. Download code from git with .zip or clone it to your machine
2. Type "npm install"
3. Run "node app.js"
4. And you are good to go
1. Add Login and Register for Users
2. Maybe some win-lose streak
3. Add rooms so you can send link to your friend and play 1 on 1 (right now it is not even limited for 2 players :P )
4. ...