Skip to content

An endless game that includes a bird controlled by the player. The objective of this game is to prevent the bird from falling on the ground or colliding with the obstacles like pipes. Every time the bird passes through the pipes, the scores increment by one. The game ends when the bird collides with the pipes or falls on the ground due to gravity.

Notifications You must be signed in to change notification settings

LakshayD02/FlappyBirdGame-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿฆ Flappy Bird Game in Python ๐ŸŽฎ

  • An endless Flappy Bird game built using Python and the pygame library. The objective is to control a bird and prevent it from colliding with obstacles like pipes or falling to the ground. Every time the bird successfully passes through the pipes, your score increases by one. The game ends when the bird collides with the pipes or the ground.

Features:

  • Endless Gameplay: The bird flies through pipes, and the game continues until you crash ๐Ÿ•น๏ธ
  • Simple Controls: Click the mouse to make the bird fly, avoid obstacles, and collect points ๐Ÿฆธ
  • Game Over & Restart: The game ends when you hit an obstacle or the ground. Restart with a button click ๐Ÿ”„
  • Smooth Animations: The bird flaps its wings and rotates when flying or falling ๐Ÿฆโœจ

Requirements:

  • pygame (install via pip install pygame)

How to Play:

  • Start the Game: Click anywhere to start flying ๐Ÿ
  • Control the Bird: Click to make the bird fly and avoid falling or hitting pipes โฌ†๏ธ
  • Increase Your Score: Pass through pipes to gain points ๐Ÿ†
  • Game Over: The game ends when the bird hits a pipe or falls to the ground โš ๏ธ
  • Restart: Click the restart button after the game is over ๐Ÿ”

About

An endless game that includes a bird controlled by the player. The objective of this game is to prevent the bird from falling on the ground or colliding with the obstacles like pipes. Every time the bird passes through the pipes, the scores increment by one. The game ends when the bird collides with the pipes or falls on the ground due to gravity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages