Flappy Bird Game
- Tech Stack: Python, Pygame, Numpy, Time
- Github URL: Project Link
Player has to save the bird from colliding with the hurdles like pipes. Each time the bird passes through the pipes, the score gets incremented by one.
Game ends when the bird collides with the pipes or falls down due to gravity.