Skip to content

AyushTaparia/Flappy-bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy-bird

Welcome to Flappy Bird! This is a simple game where you control a bird and try to avoid obstacles by flying through gaps. The game gets progressively more difficult as you go on, and your goal is to get the highest score possible.

Technologies Used

Flappy Bird was created using the following technology:

  • Python (3.x)
  • Pygame (1.9.x)

Features

Here are some of the features of Flappy Bird:

  • Control the bird's flight with the spacebar
  • Navigate through gaps in the pipes to earn points
  • Scoreboard to track your high score
  • Game over screen when the bird hits a pipe

Usage

To play Flappy Bird, you will need to have Python 3.x and Pygame 1.9.x installed on your computer. Once you have those installed, you can run the game by running the main.py file.

To control the bird, simply press the spacebar to make it flap its wings and fly. Your goal is to fly through as many gaps in the pipes as possible, earning points as you go. The game will end if you hit a pipe or fly off the top or bottom of the screen.

Contributing

If you'd like to contribute to Flappy Bird, feel free to fork this repository and submit a pull request. You can also report any issues or bugs by opening an issue on the repository.

License

Flappy Bird is licensed under the MIT License. See LICENSE for more information.