Flappy Bird in Java 🎮 A simple Flappy Bird clone built using Java and Swing. Features ✅ Classic Flappy Bird gameplay ✅ Smooth animations using javax.swing.Timer ✅ Collision detection and scoring How to Run Compile the game: javac FlappyBird.java Run the game: java FlappyBird