Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird Game

Gameplay

Overview

This is a clone of the popular Flappy Bird game built using Python and Pygame. The objective of the game is to navigate the bird through the pipes without hitting them.

Features

  • Simple and intuitive controls
  • Animated bird sprite
  • Randomly generated pipes
  • Score tracking
  • Game over and restart functionality

Requirements

  • Python 3.13
  • Pygame

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/flappybird.git
cd flappybird
  1. Install the dependencies:
pip install pygame

Usage

Run the game using the following command:

python main.py

Controls

  • Click the mouse to make the bird fly.

Project Structure

flappybird/
├── assets/
│   ├── bird1.png
│   ├── bird2.png
│   ├── bird3.png
│   ├── bg.png
│   ├── ground.png
│   ├── pipe.png
│   └── restart.png
├── sprites/
│   ├── bird.py
│   └── pipe.py
├── constants.py
├── main.py
├── Pipfile
├── .gitignore
└── README.md

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License.

About

A flappy bird clone in pygame

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages