a memory game using node.js
The goal is to make this multiplayer.
Currently undergoing an overhaul to use canvas now that playback is working.
a demo can be viewed at http://itsjustnotthathard.net
based on node-boilerplate found at https://github.com/robrighter/node-boilerplate get node from http://nodejs.org/
- make sure node is installed
- git clone http://github.com/seanarooni/node-memoryVersus.git
- cd node-memoryVersus
- npm install (to install all dependencies)
- node server.js (to start the server)