AndreVarandas / the-flappy-bird

Reviving Flappy Bird!

Home Page:https://andrevarandas.github.io/the-flappy-bird/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flappy bird greets you! Flappy bird greets you!

The flappy bird Build Status

Let's revive the most famous bird!

Although it's still incomplete, you can play it here: https://andrevarandas.github.io/the-flappy-bird/

Development Setup

  1. Clone this repository: git clone https://github.com/AndreVarandas/the-flappy-bird

  2. Change directory into the-flappy-bird and install dependencies: npm install

  3. Run development environment: npm run debug

  4. Build distribuition folder: npm run build

  5. Run http server: npm start

  6. Open http://localhost:1234 and play!


MIT André Varandas