Skip to content

A FlappyBird game made using Java Swing.

Notifications You must be signed in to change notification settings

smk612/FlappyBird

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlappyBird

A FlappyBird game made using Java Swing.

Description

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.

How to use

Using Netbeans

This Repo can easily be downloaded and imported to Netbeans as it was natively developed and tested in the Netbeans platform by me.

Using Vanilla Java/Any other IDE

Download the files FlappyBird.java and Renderer.java as those are the files containing the source code.

Credits

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.

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%