Please forgive the roughness of the code, there's lots of stuff here we'd never do in real world situations, but for a 48 hour competition, certain... liberties were taken.
- git clone git://github.com/jcohen/multisweeper.git
- cd multisweeper && npm install
- Download/Install Redis
- Run redis (redis-server)
- Run app: node lib/app.js
- Navigate to http://localhost:8000