A recreation of the classic Flappy Bird game built with Python and Pygame.
- Animated bird with flapping sprite animation and gravity-based rotation
- Randomly generated pipes with a configurable gap
- Scrolling ground and background
- Score tracking with on-screen display
- Sound effects for flapping, scoring, and death
- Restart button on game over
- Python 3
- Pygame
-
Clone the repository:
git clone https://github.com/ssalazar/FlappyBirdPythonRemake.git cd FlappyBirdPythonRemake -
Install Pygame:
pip install pygame
-
Run the game:
python main.py
- Left click to start the game and make the bird flap
- Avoid the pipes and don't hit the ground or the top of the screen
- Click the restart button when it's game over to play again