keelerm84 / snake-js

A multiplayer implementation of snake with Node.js and HTML5 Canvas
0 stars 0 forks source link

SnakeJS

An experiment with node.js and websockets to create a browser based multiplayer snake battle!

Setup

git clone https://github.com/keelerm84/snake-js.git
cd snake-js
npm install --dev
node server

To run the tests, change into the snake-js source folder

node server
./node_modules/mocha/bin/mocha