A Flappy Bird game in Phaser 3.
Main menu
Playing
Game over
The assets used in this project came from the project FlapPyBird created by Sourabh Verma.
- 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
- Install documentation.js
npm install -g documentation
- Generate game.js documentation
documentation build js/game.js -f md > docs/game.md
We have a wiki, check it.