Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blank2409/flappybird

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
https://github.com/blank2409/flappybird

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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](https://github.com/user-attachments/assets/4804e0aa-96bf-4275-9c37-2ff49c64c3d0)
![SS2](https://github.com/user-attachments/assets/bea4ab1c-c53a-49cd-b341-bc6537077854)