Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 607 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 607 Bytes

Flappy Bird

Flappy Bird is an arcade-style game in which the player controls the bird Faby, which moves persistently to the right. The player is tasked with navigating Faby through pairs of pipes that have equally sized gaps placed at random heights. Faby automatically descends and only ascends when the player taps the touchscreen.

Demo

demo


Installation and Usage

Using npm

$ npm install
$ npm start

OR yarn

$ yarn install
$ yarn start