Flappy Bird was a side-scrolling mobile game featuring 2D retro style graphics. The objective was to direct a flying bird, named "Faby", who moves continuously to the right, between sets of Mario-like pipes. If the player touches the pipes, they lose.
- Python 3 (Python 2 had some problems)
To start you can simply run python3 game.py
|| py game.py
or double click on Windows
- tkinter
- random
- time && os && sys