A modern recreation of the classic Flappy Bird game built in Python using the Pygame library.
This project demonstrates game development basics such as sprite animation, collision detection, scoring, and keyboard input handling.
- Press SPACE / W / โ to make the bird flap and fly.
- Avoid the pipes โ hitting one ends the game.
- Try to get the highest score possible!
- Press R to restart after game over.
- Press ESC to quit.
- Clone this repo
git clone https://github.com/YOUR-USERNAME/flappy-bird-pygame.git cd flappy-bird-pygame