Flappy Bird, a game made with Python and Pygame
Made and tested under Windows with Python 3.8 and pygame 1.9.6 but should run in any OS and Python version that pygame supports (Windows/macOS/Linux).
To play on Windows, just run the released executable
pygame: pip install pygame
python main.py
-
Install
pyinstaller
:
pip install pyinstaller
-
Use the build script (
build.ps1
)
-
Install
pyinstaller
:
pip install pyinstaller
-
Run
pyinstaller
with the options provided inbuild.ps1