snake.js is a multi-player snake game web-app, built using node.
-
Clone the repository.
git clone https://github.com/alexbostock/snake.js.git
-
Change Directory.
cd snake.js
-
Run install script (requires npm).
sh tools/install.sh
-
Start the server.
node index.js
The game can be accessed at http://localhost:8000