Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.23 KB

File metadata and controls

43 lines (24 loc) · 1.23 KB

Flappy Bird Game using Pygame and Python

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.

Features

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.

Requirements

Python 3.x

Pygame library

Installation

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

How to Play

Press the spacebar to make the bird flap its wings and gain altitude.

Avoid the pipes to keep flying and achieve a high score.

Contributing

Feel free to fork this repository and contribute to its development. Pull requests are welcome!