A simple recreation of the popular Flappy Bird game built using Python and Pygame.
The player controls a bird that must fly through gaps between pipes without colliding with them. The goal is to survive as long as possible and achieve the highest score.
Features: Classic Flappy Bird gameplay Simple keyboard controls Score tracking Collision detection Smooth animations using Pygame
Controls: Spacebar - Make the bird jump Close Window - Exit the game
Concepts Used Game loops Collision detection Event handling Score system Graphics rendering using Pygame
Future Improvements: Add sound effects Add difficulty levels Store high scores Improve graphics and animations
Author Saswat
B.Tech CSE Student Interested in Game Development, Data Structures, and Python Programming