It is a simple version of Flappy bird game from android built with pygame and python3
OS X & Linux:
Open terminal
git clone https://github.com/amitupreti/FlappyBird
cd FlappyBird
pip install -r requirements.txt
Windows:
Download python here
Download
https://github.com/amitupreti/FlappyBird/archive/master.zipExtract to a folder
Open cmd and navigate to the folder you just put the extractor on.
pip install -r requirements.txt
python3 main.py