Welcome to Flappy Bird, a classic arcade-style game built with Python and Pygame! Dive into the nostalgic world of pixelated graphics and addictive gameplay as you guide Flappy Bird through a series of obstacles.
Flappy Bird is a side-scrolling game where the player controls a bird, attempting to fly between columns of green pipes without hitting them. Each successful pass through a pair of pipes earns the player one point. The game ends if the bird collides with a pipe or the ground.
- Simple Controls: Control the bird's flight with easy mouse clicks.
- Dynamic Gameplay: Experience challenging gameplay with randomly generated pipe obstacles.
- Scoring System: Keep track of your high score and aim for new records.
- Endless Fun: Enjoy endless entertainment with the game's addictive nature.
To run Flappy Bird on your local machine, follow these steps:
- Install Python on your computer if you haven't already.
- Install Pygame by running
pip install pygame
in your terminal or command prompt. - Clone this repository to your local machine:
git clone https://github.com/N-Thander/FlappyBird.git
. - Navigate to the project directory:
cd FlappyBird
. - Run the game:
python flappy_bird.py
.
- Mouse Click: Control the bird's flight by clicking the mouse button.
- Navigate the bird through gaps in the pipes by clicking the mouse button to flap its wings.
- Avoid colliding with the pipes or the ground.
- Earn points for successfully passing through gaps between pipes.
- Compete with friends and aim for the highest score!
This project is licensed under the MIT License. See the LICENSE file for details.
Special thanks to the creators of Pygame for providing the framework to develop this game.
Enjoy playing Flappy Bird!