Curvytron runs on node.js >= v0.10. You need to install node on the machine that will run the Curvytron server.
Setup Environment
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
nvm install 0.12.7
npm install -g bower gulp
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!