https://github.com/gilbert/snake-mmo
Basically a test project to help develop SocketStream.
https://github.com/gilbert/snake-mmo
Last synced: over 1 year ago
JSON representation
Basically a test project to help develop SocketStream.
- Host: GitHub
- URL: https://github.com/gilbert/snake-mmo
- Owner: gilbert
- Created: 2012-01-27T00:16:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-27T01:27:15.000Z (over 14 years ago)
- Last Synced: 2025-03-05T22:49:18.301Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 547 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SNAKE MMO
It had to happen.
Snake MMO is built and tested on [node](https://github.com/joyent/node) v0.6.8 and [socketstream](https://github.com/socketstream/socketstream) v0.3.0.
## Run the Server
node app.js
Now visit [http://localhost:1337](http://localhost:1337)
## Notes and Stuff
Dependencies are checked into the repository to ensure that there are no version bug shenanigans.