Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blank2409/flappybird
- Owner: Blank2409
- Created: 2024-07-28T13:28:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T14:02:23.000Z (5 months ago)
- Last Synced: 2024-07-29T15:04:46.042Z (5 months ago)
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)