Welcome to the Flappy Bird Game! This project is a Python-based recreation of the classic Flappy Bird game, developed using the Pygame library. The objective is simple: navigate the bird through a series of pipes without colliding. The pipes are arranged in alternating patterns, creating a challenging gameplay experience.
Alternating Pipe Patterns:
The game features a unique pipe arrangement where one pipe comes from above and the next from below, providing an engaging challenge.
Smooth Graphics: Developed using Pygame, the game boasts smooth graphics and animations.
Simple Controls: Control the bird with a single key press, making it easy to play yet challenging to master.
Python 3.x
Pygame library
Clone the repository:
git clone https://github.com/yourusername/flappy-bird-pygame.git
Navigate to the project directory:
cd flappy-bird-pygame
Install Pygame:
pip install pygame
Press the spacebar to make the bird flap its wings and gain altitude.
Avoid the pipes to keep flying and achieve a high score.
Feel free to fork this repository and contribute to its development. Pull requests are welcome!