A Python-based version of the popular Flappy Bird game built using Pygame. This game features simple mechanics: tap to keep the bird afloat and avoid hitting pipes.
- Flappy Bird Gameplay: Tap to make the bird fly and avoid the pipes.
- Random Pipe Generation: Pipes spawn at random heights and move toward the player.
- Score Counter: Keep track of your score as you pass through the pipes.
- Sound Effects: Includes sound effects for flapping, hitting, dying, and scoring.
- Background and Graphics: Custom graphics and background for a unique experience.
- Python 3.x
- Pygame library
- Clone the repository:
git clone https://github.com/Agent-A345/Flappy-Bird.git
- Install pygame:
pip install pygame
- Run the game
- Click on the Start screen or press SPACE or UP Arrow to start.
- Tap the space bar or click the screen to make the bird fly.
- Avoid hitting pipes or the ground to keep playing.
- The game ends when the bird collides with a pipe or the ground.
- Images: The images used for the bird, pipes, background, and score digits.
- Audio: Sound effects for various actions in the game.
- Original concept: Inspired by the classic Flappy Bird game.
This project is licensed under the MIT License.