flappy-bird icon indicating copy to clipboard operation
flappy-bird copied to clipboard

A Flappy Bird game in Phaser 3

Flappy Bird Flappy Bird

A Flappy Bird game in Phaser 3.

Check it live!

Table of Contents

  • Game screenshots
  • Assets
  • How to
    • Run it
    • Generate documentation
  • Wiki
  • License

Game screenshots

Main menu

Main menu

Playing

Playing

Game over screen

Game over

Assets

The assets used in this project came from the project FlapPyBird created by Sourabh Verma.

How to

Run it

  1. Clone this repository or click Download ZIP in right panel and extract it
git clone https://github.com/IgorRozani/flappy-bird.git 
  1. Install Http-Server
npm install http-server -g
  1. Run the http-server from the repository's directory
http-server

Generate documentation

  1. Install documentation.js
npm install -g documentation
  1. Generate game.js documentation
documentation build js/game.js -f md > docs/game.md

Wiki

We have a wiki, check it.

License

MIT License