Flappy
A Flappy Bird clone made in Python 3.7+, using the pygame library.
Made by Ítalo Seara & YohananDiamond
Installation
Currently there's no way to install this, but you can still run it.
Running
Mac/Linux (with bash + make)
There's a Makefile
that can handle everything for you:
git clone https://github.com/italoseara/Flappy
cd Flappy
make pip
make run
make.bat
)
Windows (with There's a make.bat
script on this project that can simulate the
behavior of makefiles on windows.
git clone https://github.com/italoseara/Flappy
cd Flappy
make pip
make run
Credits
Flappy Bird was originally made by dotGEARS.