Flappy Bird is a simple yet addictive game where the player controls a bird, guiding it through a series of pipes without crashing into them. The objective is to travel as far as possible, earning points for passing through the gaps between pipes.
- Start the game by clicking the mouse button.
- Control the bird's flight by clicking the mouse button to make it flap its wings and ascend.
- Release the mouse button to allow the bird to descend due to gravity.
- Navigate the bird through the gaps between the pipes.
- Earn points for each gap successfully passed through.
- Avoid crashing into the ground or the pipes.
- Each successful passage through a gap between pipes earns one point.
The game ends under the following conditions:
- The bird collides with the ground or the pipes.
- To restart the game after a game over, click the restart button displayed on the screen.
- Click the mouse button to control the bird's flight:
- Click and hold: Bird ascends.
- Release: Bird descends.
- Animated bird sprite with flapping wings.
- Infinite scrolling background.
- Moving pipes with random heights.
- Score tracking.
- Game over screen with the option to restart the game.
- Developed using Python programming language and the Pygame library.
- Sprites and images sourced from the original Flappy Bird game.
Enjoy playing Flappy Bird!