Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chinmaygarde/mice
HTML5 Mice
https://github.com/chinmaygarde/mice
Last synced: 20 days ago
JSON representation
HTML5 Mice
- Host: GitHub
- URL: https://github.com/chinmaygarde/mice
- Owner: chinmaygarde
- Created: 2011-03-18T13:59:58.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-03-21T17:16:57.000Z (over 13 years ago)
- Last Synced: 2024-10-08T14:31:37.883Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://blog.buzzyand.me
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HTML5 Mice
-----------* Multiplayer Maze
* Uses HTML5 Canvas, WebSockets, NodeJSInstallation Instructions
--------------* Install [NodeJS](http://nodejs.org/). On the Mac: `` brew install node``
* Install [Node Package Manager](http://npmjs.org/)
* Install packages Express and EJS: ``npm install ``
* Start the server: ``node app.js``
* Browse to ``http://localhost:3000/``