https://github.com/kavun/flabbybox
phaser flappy bird clone
https://github.com/kavun/flabbybox
game javascript phaserjs
Last synced: 9 months ago
JSON representation
phaser flappy bird clone
- Host: GitHub
- URL: https://github.com/kavun/flabbybox
- Owner: kavun
- License: mit
- Created: 2014-02-27T05:26:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T13:20:43.000Z (over 12 years ago)
- Last Synced: 2024-10-30T00:43:17.695Z (over 1 year ago)
- Topics: game, javascript, phaserjs
- Language: JavaScript
- Homepage: kavun.github.io/flabbybox
- Size: 488 KB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#flabbybox
flappy bird clone based on [lessmilk.com Phaser flappy bird clone](http://blog.lessmilk.com/how-to-make-flappy-bird-in-html5-1/) with some added bonuses like
- minor [juicyness](https://www.youtube.com/watch?v=Fy0aCDmgnxg)
- improved scoring
- easily hackable local storage high score
- full width/height scaling
- playable on mobile
##[Play](http://kavun.github.io/flabbybox)
##Installation
```
npm install
bower install
gulp
```