Let's revive the most famous bird!
Although it's still incomplete, you can play it here: https://andrevarandas.github.io/the-flappy-bird/
-
Clone this repository:
git clone https://github.com/AndreVarandas/the-flappy-bird
-
Change directory into
the-flappy-bird
and install dependencies:npm install
-
Run development environment:
npm run debug
-
Build distribuition folder:
npm run build
-
Run http server:
npm start
-
Open http://localhost:1234 and play!