Curvytron runs on node.js >= v0.10. You need to install node on the machine that will run the Curvytron server.
Clone the repository
git clone https://github.com/Elao/curvytron.git
cd curvytron
Install dependencies
npm install
bower install
Build the game
gulp
node bin/curvytron.js
Go to http://localhost:8080/ Join a room, choose a player name and play!