"Physics Accurate" flappy bird with powerups made in pygame.
Are you on windows? Grab a copy from the release page.
- Install dependencies.
poetry install --no-root
- Activate Virtual Environment.
poetry shell
- Run it
python main.py
- Run the command below to generate a zip file. flappybird++.zip.
python pyinstaller.py
- Move the portable zip file to any location, extract and play.
Traditional flappy bird, touch to fly, cross the pipe to score. what does that rocket do?
Zoom through the pipes without interruption for about one second.
Yes, Guns. Shoot down all the pipes in your way.
Fly up extra distance (if you need to).
Dig through the code to find the secret ending.
- Pygame
- Special thanks to the game dev community on youtube which inspired me to make this project.