Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.54 KB

Flappy.md

File metadata and controls

48 lines (31 loc) · 1.54 KB

Flappy Bird Game

image

Overview

Flappy Bird is a simple yet addictive game where the player controls a bird, guiding it through a series of pipes without crashing into them. The objective is to travel as far as possible, earning points for passing through the gaps between pipes.

How to Play

  • Start the game by clicking the mouse button.
  • Control the bird's flight by clicking the mouse button to make it flap its wings and ascend.
  • Release the mouse button to allow the bird to descend due to gravity.
  • Navigate the bird through the gaps between the pipes.
  • Earn points for each gap successfully passed through.
  • Avoid crashing into the ground or the pipes.

Scoring

  • Each successful passage through a gap between pipes earns one point.

Game Over

The game ends under the following conditions:

  • The bird collides with the ground or the pipes.
  • To restart the game after a game over, click the restart button displayed on the screen.

Controls

  • Click the mouse button to control the bird's flight:
    • Click and hold: Bird ascends.
    • Release: Bird descends.

Features

  • Animated bird sprite with flapping wings.
  • Infinite scrolling background.
  • Moving pipes with random heights.
  • Score tracking.
  • Game over screen with the option to restart the game.

Credits

  • Developed using Python programming language and the Pygame library.
  • Sprites and images sourced from the original Flappy Bird game.

Enjoy playing Flappy Bird!