The mobile version of flappy_clone
- Phonegap Cli -> https://github.com/phonegap/phonegap-cli
- Bower -> http://bower.io/
- cd www
- bower install
- cd ..
- phonegap serve
- Download the phonegap developer app from here on your device: http://app.phonegap.com/ and follow the steps Note**: If the Phonegap Developer App doesn't work for you, you can copy and pase address that phonegap serve provides in your browser to run the app.
Optional:
- phonegap build
For more info on phonegap building check out here: https://github.com/phonegap/phonegap-cli
Thanks to lessmilk.com for the awesome Flappy Bird Clone tutorial which i used as base for this project.