flappy-bird
flappy-bird copied to clipboard
A Flappy Bird game in Phaser 3
Flappy Bird 
A Flappy Bird game in Phaser 3.
Table of Contents
- Game screenshots
- Assets
- How to
- Run it
- Generate documentation
- Wiki
- License
Game screenshots

Main menu

Playing

Game over
Assets
The assets used in this project came from the project FlapPyBird created by Sourabh Verma.
How to
Run it
- Clone this repository or click Download ZIP in right panel and extract it
git clone https://github.com/IgorRozani/flappy-bird.git
- Install Http-Server
npm install http-server -g
- Run the http-server from the repository's directory
http-server
Generate documentation
- Install documentation.js
npm install -g documentation
- Generate game.js documentation
documentation build js/game.js -f md > docs/game.md
Wiki
We have a wiki, check it.