This repository contains a simple Flappy Bird game clone implemented in Java. The game features basic graphics, collision detection, and scoring. The player controls a bird that must fly between sets of pipes without colliding with them. The game ends when the bird hits a pipe or the ground.
-Simple 2D graphics
-Gravity and jumping mechanics
-Randomly placed pipes
-Score tracking
-Game restart functionality
1.Clone the repository: git clone https://github.com/yourusername/FlappyBird.git
2.Navigate to the project directory: cd FlappyBird
3.Compile and run the game: javac FlappyBird.java && java FlappyBird

