Flappy Bird like game featuring Sonic The Hedgehog. Play it here: flappysonic.namelivia.com
For running your own server:
- Clone this repository using the --recursive option
- Install node modules using 'npm install'
- Set yor server url and port in public/js/game.js
- Start mongo daemon using 'mongod'
- Start the application server doing 'node index.js'