Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerkeeler/blinkwithme
blinkwithme game
https://github.com/jerkeeler/blinkwithme
Last synced: about 2 months ago
JSON representation
blinkwithme game
- Host: GitHub
- URL: https://github.com/jerkeeler/blinkwithme
- Owner: jerkeeler
- License: mit
- Created: 2014-10-05T01:54:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-05T15:26:21.000Z (over 10 years ago)
- Last Synced: 2024-11-12T17:52:50.582Z (about 2 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Realtime Multiplayer In HTML5
=============================Read the article here :
http://buildnewgames.com/real-time-multiplayer/View the demo here :
http://underscorediscovery.aws.af.cm/?debugAn example using node.js, socket.io and HTML5 Canvas to explain and demonstrate realtime multiplayer games in the browser.
## Getting started (Using npm package.json)
* Get node.js
* run `npm install` inside the cloned folder
* run `node app.js` inside the cloned folder
* Visit http://127.0.0.1:4004/?debug## Getting started (Manual install)
* Get node.js
* Install socket.io `npm install socket.io`
* Install node-udid `npm install node-uuid`
* Install express `npm install express`
* Run `node app.js` inside the cloned folder
* Visit http://127.0.0.1:4004/?debug## License
MIT Licensed.
See LICENSE if required.