REPOSITORY OVERVIEWLive repository statistics
★ 4Stars
⑂ 0Forks
◯ 0Open issues
◉ 4Watchers
43/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
30 Community adoption25% weight
9 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
🐦 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 🔁
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
A fun and engaging endless runner game developed using Python and Pygame. Players control a bird navigating through an endless series of pipes by tapping keys to make it flap, aiming to achieve the highest score without collisions.
27/100 healthActive repository
PythonNo license
⑂ 0 forks◯ 0 issuesUpdated Jan 6, 2025
A fun and engaging endless runner game developed using Python and Pygame. Players control a bird navigating through an endless series of pipes by tapping keys to make it flap, aiming to achieve the highest score without collisions.
27/100 healthActive repository
No license
⑂ 0 forks◯ 0 issuesUpdated Jan 2, 2025
An endless runner / flappy bird game made using tkinter in Python