The Classic Flappy Bird Game.
Flappy Bird is a simple yet addictive game developed in Python. This project replicates the classic Flappy Bird game where the player navigates a bird through gaps in a series of pipes. The objective is to score points by flying the bird between sets of pipes without hitting them.
This Flappy Bird clone is built using Python and provides a fun and challenging experience for users of all ages. The game features smooth animations, collision detection, and scoring, making it a complete and enjoyable game to play.
- Classic Gameplay: Experience the original Flappy Bird game mechanics.
- Scoring System: Earn points by successfully navigating through the pipes.
- Collision Detection: Game over when the bird collides with a pipe or the ground.
- Simple Controls: Easy to learn, hard to master—just like the original.
To run this game locally, follow these steps:
- Clone the Repository:
git clone https://github.com/rjrddy/flappy-bird.git cd flappy-bird