Skip to content

"Physics Accurate" flappy bird with powerups made in pygame.

Notifications You must be signed in to change notification settings

Kushal-Chandar/flappybird_plus_plus

Repository files navigation

FlappyBird++

Python

"Physics Accurate" flappy bird with powerups made in pygame.

Are you on windows? Grab a copy from the release page.

How to Setup Code, build and install

Setup Code

  • Install dependencies.
poetry install --no-root
  • Activate Virtual Environment.
poetry shell
  • Run it
python main.py

Build and Install

  • 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.

Gameplay

Traditional flappy bird, touch to fly, cross the pipe to score. what does that rocket do?

Gameplay

Powerups

Headstart

Zoom through the pipes without interruption for about one second.

HeadStart

Guns

Yes, Guns. Shoot down all the pipes in your way.

Pew

Feather fly

Fly up extra distance (if you need to).

Feather

Secret within in the game

Dig through the code to find the secret ending.

Frameworks and credits

  • Pygame
  • Special thanks to the game dev community on youtube which inspired me to make this project.

About

"Physics Accurate" flappy bird with powerups made in pygame.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages