An open API service indexing awesome lists of open source software.

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

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
```