A FlappyBird game made using Java Swing.
A crude reproduction of the famed Flappy Bird game made for the PC.
Improvements over the Vanilla Code:
- Added Highscore Facility.
- Added Comments to make the whole code much easier to read.
This Repo can easily be downloaded and imported to Netbeans as it was natively developed and tested in the Netbeans platform by me.
Download the files FlappyBird.java and Renderer.java as those are the files containing the source code.
This game was made as part of a Graphics Assignment during Masters Sem II.
The project was taken from this Youtube Video by
Jaryt Bustard.
He has also a number of other games created on his Youtube Channel/Github Profile.
You can find his code in the Repo this is forked from.
Further improvements to this Game such as adding sprites and using images instead of colored blocks have been made
here.