Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 333 Bytes

File metadata and controls

15 lines (13 loc) · 333 Bytes

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

  1. Compile the game:
    javac FlappyBird.java
  2. Run the game:
    java FlappyBird