An open API service indexing awesome lists of open source software.

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.

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 🔁