Skip to content

This is a simple flappy bird game created using python and pygame.

Notifications You must be signed in to change notification settings

Mmabiaa/flappy-bird-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird Game in Pygame

Welcome to the Flappy Bird game built with Pygame! This classic arcade-style game challenges players to navigate a bird through a series of pipes by tapping the space bar to flap its wings. The objective is to score points by passing through the pipes without crashing. Watch the video

Table of Contents

Features

  • Simple and intuitive gameplay
  • Colorful graphics and animations
  • Sound effects for an immersive experience
  • Score tracking and display
  • Responsive controls

Installation

To get started with the Flappy Bird game, follow these steps:

  1. Clone the repository:

git clone https://github.com/Mmabiaa/flappy-bird-game.git cd flappy-bird

  1. Install Pygame:

Make sure you have Python installed on your machine. You can install Pygame using pip:

pip install pygame

  1. Run the game:

Execute the following command in your terminal:

python flappy_bird.py

Usage

Once you run the game, you will see the main menu. Press the space bar to start playing. The objective is to keep the bird in the air by pressing the space bar to flap its wings. Avoid colliding with the pipes!

Gameplay

  • Controls:

  • Left click on the mouse to flap the bird's wings.

  • Avoid hitting the pipes or the ground.

  • Scoring:

  • Earn points for each pipe you successfully pass.

Contributing

Contributions are welcome! If you'd like to improve this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes.
  4. Push your branch and create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.


Feel free to explore, modify, and enjoy this Flappy Bird game! If you have any questions or feedback, please open an issue in this repository. Happy flapping!

About

This is a simple flappy bird game created using python and pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%