Skip to content

N-Thander/Flappy-Bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird Game

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.

Overview

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.

Features

  • 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.

Screenshots

Screenshot 1

Screenshot 2

Installation

To run Flappy Bird on your local machine, follow these steps:

  1. Install Python on your computer if you haven't already.
  2. Install Pygame by running pip install pygame in your terminal or command prompt.
  3. Clone this repository to your local machine: git clone https://github.com/N-Thander/FlappyBird.git.
  4. Navigate to the project directory: cd FlappyBird.
  5. Run the game: python flappy_bird.py.

Controls

  • Mouse Click: Control the bird's flight by clicking the mouse button.

Gameplay

  • 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!

License

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

Acknowledgements

Special thanks to the creators of Pygame for providing the framework to develop this game.

Enjoy playing Flappy Bird!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages