Skip to content

IgorRozani/flappy-bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird Flappy Bird

A Flappy Bird game in Phaser 3.

Check it live!

Table of Contents

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