Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 749 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 749 Bytes

Zappy Bird

PLAY HERE: https://rolznz.github.io/zappy-bird/

Lightning powered fork of https://github.com/iamaliybi/flappy-bird

Zappy 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

Deploy

./deploy.sh