Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.06 KB

File metadata and controls

23 lines (15 loc) · 1.06 KB

FlappyBirdGame

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.

Features

-Simple 2D graphics
-Gravity and jumping mechanics
-Randomly placed pipes
-Score tracking -Game restart functionality

How To Run:

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

Screenshots

SS1 SS2