FlappyBird-Java

This is a Flappy Bird game implemented in Java using JPanel. To play the game, you will need to have Java Development Kit (JDK) installed on your system.

Installation

  1. Clone the repository from GitHub.
  2. Open the project in your preferred Java IDE.
  3. Compile and run the App.java file.

How to Play

  • Press the spacebar to make the bird flap its wings and avoid obstacles.
  • The goal is to navigate the bird through the gaps between the pipes without hitting them.
  • Each successful gap passage earns you a point.
  • The game ends if the bird collides with a pipe or if it falls to the ground.

Enjoy playing Flappy Bird in Java!