Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 692 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 692 Bytes

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'