Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chinmaygarde/mice

HTML5 Mice
https://github.com/chinmaygarde/mice

Last synced: 20 days ago
JSON representation

HTML5 Mice

Awesome Lists containing this project

README

        

HTML5 Mice
-----------

* Multiplayer Maze
* Uses HTML5 Canvas, WebSockets, NodeJS

Installation 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/``