A mock-up of the 2D side-scrolling mobile game, Flappy Bird.

Flappy Bird is a side-scroller game where the player controls a bird and attempts to fly between columns of green pipes.
- Tap to flap.
- Avoid colliding with green pipes.
- Avoid crashing into the ground.
- Python 2.7 (or greater)
- Pygame
To install Pygame on Windows:
py -m pip install -U pygame --user.
To install Pygame on MacOS:
python3 -m pip install -U pygame --user.
After installing Pygame, restart any IDLE windows before running flappy_bird.py.
This program is a mock-up of the original Flappy Bird, the mobile game designed by Dong Nguyen (Nguyễn Hà Đông) and published under the development company dotGears in 2013.
The game Flappy Bird is the intellectual property of dotGears and Dong Nguyen (Nguyễn Hà Đông), as are the audio and sprite files found in this repository. These concepts are used exclusively for non-commercial learning purposes.