Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 510 Bytes

installation.md

File metadata and controls

29 lines (17 loc) · 510 Bytes

Prerequisite

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

Installation

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!