https://github.com/lakshayd02/flappybirdgame-python
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.
https://github.com/lakshayd02/flappybirdgame-python
flappy-bird flappy-bird-game pygame python python-library python3
Last synced: 6 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/lakshayd02/flappybirdgame-python
- Owner: LakshayD02
- Created: 2023-08-28T14:24:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T14:47:29.000Z (9 months ago)
- Last Synced: 2025-04-15T16:18:32.799Z (6 months ago)
- Topics: flappy-bird, flappy-bird-game, pygame, python, python-library, python3
- Language: Python
- Homepage: https://bit.ly/3PesZjk
- Size: 70.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# đĻ 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 đ