FlappyBird

Flappy Bird Adventure is a 2D arcade-style game developed using Python and Pygame, inspired by the classic Flappy Bird game. The game features smooth animations, real-time collision detection, score tracking, and sound effects to create an engaging gameplay experience. It was built as a hands-on project to strengthen understanding of game loops, event handling, asset management, and basic game physics using Pygame.

Features:

(1)Smooth bird movement with gravity and jump mechanics

(2)Randomly generated obstacles (pipes)

(3)Real-time collision detection

(4)Score tracking system

(5)Sound effects and background music

(6)Simple and intuitive controls

(7)Clean and modular code structure

Tech Stack-

(1)Language: Python

(2)Library: Pygame

(3)Tools: Git, GitHub