Flappy Bird is a simple, yet challenging arcade game where the player controls a bird attempting to fly through obstacles. The objective of the game is to navigate the bird through gaps between pipes without colliding with them or falling out of the screen. The score increases as the bird successfully passes through each pair of pipes.
- Responsive Bird Controls: Control the bird's flight using the spacebar.
- Dynamic Obstacles: Pipes appear dynamically as the game progresses, increasing the challenge.
- Score System: Keep track of your score based on the number of pipes passed.
- Game Over Screen: When the bird collides with pipes or falls off the screen, the game ends with a "Game Over" message and your score displayed in the center of the screen.
- Restart Option: After the game ends, players can easily restart pressing restart button.
- Start the Game: When the game window opens, the bird will start falling.
- Control the Bird: Press the
Spacebar
to make the bird fly upwards. - Avoid Pipes: Navigate the bird through the gaps between the pipes. Be careful, if you hit a pipe or fall off the screen, the game is over.
- Game Over: When the game ends, a "Game Over" message along with your score will appear. You can restart by pressing the Restart button.
- Score: Your score increases by 50 points for every set of pipes you successfully pass.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.
git clone https://github.com/your-username/flappy-bird-game.git