This is a simple version of the popular Flappy Bird game, created using Python and the Pygame library. The objective of the game is to navigate the bird through a series of pipes by pressing the space bar key to make the bird fly upwards.
- Simple Controls: Press the space bar to make the bird fly upwards.
- Increasing Difficulty: As your score increases, the speed of the pipes increases.
- Score Tracking: The score increments each time the bird successfully passes through a pair of pipes.
- Game Over Screen: Displays your score when the game ends after a collision.
To run this game, you need to have Python and the Pygame library installed.
Enjoy the game!