Skip to content

aryalpatrick/flappybird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

flappybird

This is a single-player 2d game (replica of flappy bird) made using Java. The player uses a mouse or keyboard to make the bird flap its wings and fly upward while it automatically moves along.

Libraries Used:

Javax Swing, Java AWT, Java Util

Logic Building:

The background moves along the 1st quadrant of the x axis to the second where the bird only moves along the Y-axis.
The barriers are generated with random heights within a certain limit using random().
The bird moves vertically if the spacebar is pressed otherwise the bird starts descending.

About

A clone of flappy bird

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages