Flappy Bird game clone built using Java and Swing Beginner-level game development. It ssimulates classic flappy bird, including jump mechanics, moving pipes, collision detection, restart mechanics, score tracking.
- Classic flappy bird gameplay
- Obstacle generation
- Gravity and Jump detection
- Collision Detection
- Score tracking
- Restart Mechanics
- Clean - Beginner Friendly code
- Java(Core + Swing)
- Java AWT Graphics
- Timer based gameloop
- Clone the repo :
git clone https://github.com/r-ishabh12/FlappyBird-Java.git
cd FlappyBird-Java2.Compile and Run
javac Gui/*.java
java Gui.Main