Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 761 Bytes

installation.md

File metadata and controls

39 lines (24 loc) · 761 Bytes

Prerequisite

Curvytron runs on node.js >= v0.10. You need to install node on the machine that will run the Curvytron server.

Installation

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

Launch server

node bin/curvytron.js

Play

Go to http://localhost:8080/ Join a room, choose a player name and play!