A modern recreation of the classic Flappy Bird game built using Python and Pygame.
This project demonstrates clean code structure, smooth animations, and responsive gameplay physics.
- Smooth bird animations and gravity-based physics
- Randomized pipe generation for endless gameplay
- Score tracking and restart option
- Sound effects for jump, collision, and scoring
- Simple and readable code — perfect for beginners
- Language: Python
- Library: Pygame
git clone https://github.com/sherlock2215/Flappy_Bird.git
cd Flappy_Birdpip install pygamepython main.py| Gameplay | Game Over |
|---|---|
![]() |
![]() |
Flappy_Bird/
│
├── assets/ # Images, sprites, and sounds
├── main.py # Main game logic
├── README.md # Project documentation
└── requirements.txt # Python dependencies
This project is licensed under the MIT License.
Sherlock2215
🎯 Passionate about Python, Game Dev, and Cybersecurity.
If you like this project, please ⭐ star the repo — it helps others discover it!

