FlapPyBird

A Flappy Bird Clone made using [python-pygame][pygame]

How-to (as tested on MacOS)

  1. Install Python 3.x (recommended) 2.x from here

  2. Install [pipenv]

  3. Install PyGame 1.9.x from here

  4. Clone the repository:

    $ git clone https://github.com/honghoa1/FlappyBird

    or download as zip and extract.

  5. In the root directory run

    $ pipenv install
    $ pipenv run python flappy.py