Flappybirb is a fork of Flappuccino.
New
Old
Figure it out!
A Windows build of the game is available in the releases tab.
Grab the latest release of Python from here and install Pygame by executing
pip install pygame
Note: If the pip install
pygame did not work for you, then try this:
Ensure main.py
is in the same directory as ./data
and execute python main.py
.
Pull requests are welcome! For major refactors, please open an issue first to discuss what you would like to improve. Feel free to create a fork of this repository and use the code for any noncommercial purposes.