A simple Flappy Bird clone built with Python and Pygame.
- Classic Flappy Bird gameplay
- Score tracking and high score
- Simple graphics (no external assets required)
- Python 3.7+
- Pygame 2.0+
- Install dependencies:
pip install -r requirements.txt
- Run the game:
python flappy_bird.py
- Spacebar: Make the bird jump
- Spacebar (after game over): Restart the game
- Close window: Quit the game
- Press the spacebar to make the bird flap and avoid hitting the pipes or the ground.
- Each time you pass through a set of pipes, your score increases by 1.
- The game ends if you hit a pipe or the ground/ceiling.
- Try to beat your high score!
Created for fun using Python and Pygame.