Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bnhovde/serpent-chase
- Owner: bnhovde
- Created: 2014-07-29T19:04:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-31T21:05:04.000Z (over 10 years ago)
- Last Synced: 2023-08-30T23:19:47.036Z (over 1 year ago)
- Language: JavaScript
- Size: 648 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/