You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An object-oriented and GUI based Java game. Click or press the space bar to make the player controlled bird jump. The bird moves automatically and must avoid all obstacles, to gain points, (basic flappy bird game).
Install from terminal/shell, in the directory/repo's parent folder (javac command). Run FlappyBird.java (java command).
Version
Changes
Version 1.0.0 [2020-05-01]
Initial Commit.
Add classes.
Fully functioning
Upload Screenshots.
Create README.md
Version 1.0.1 [2020-05-22]
Update README.md
About
A learning project built with a GUI with Java. Example of Swing class and OOP (object oriented programming).