/flappysonic

Flappy Bird like game featuring Sonic The Hedgehog

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

flappysonic tag build

Flappy Bird like game featuring Sonic The Hedgehog. Play it here: flappysonic.namelivia.com

For running your own server:

  1. Clone this repository using the --recursive option
  2. Install node modules using 'npm install'
  3. Set yor server url and port in public/js/game.js
  4. Start mongo daemon using 'mongod'
  5. Start the application server doing 'node index.js'