Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bnhovde/serpent-chase

node.js driven multiplayer snake madness
https://github.com/bnhovde/serpent-chase

Last synced: about 1 month ago
JSON representation

node.js driven multiplayer snake madness

Awesome Lists containing this project

README

        

snakesnake
==========

Multiplayer snake game using Node.js and WebSockets

Based on the rawkes tutorial [located here](http://rawkes.com/articles/creating-a-real-time-multiplayer-game-with-websockets-and-node.html)

Please note: This game is under heavy development.

## Dev Requirements

- nodejs
- npm

## Setup

- run npm install
- run bower install
- Change serverIP in game.js config to your local IP (or your server if deploying)

## Running
- run '''node game.js''' in the root dir
- visit [serverIP]/[gamedir]/public/