Flappy-Bird

Tap_to_Fly/ Flappy Bird

About The Game

T2F is a bird game made using python. The game is that the we have to move the bird from start point without hitting the obstacles. We used pipes as the obstacles and used 3 pictures of the bird to create the animation.

Libraries Used

Python
Pygame

Execution

Information

The bird generally falls down due to gravity, we have to use ‘space’ or ‘mouse’ to move the bird upward.

123)

124

125

126

##You can try the game just by cloning this project