Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

danielsource/flappy-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cool gif here

Tested with OpenJDK 17 on Linux x64. Press SPACE or UP ARROW to jump.

NOTE: plain AWT was used instead of Swing for personal experimental purposes. However, Swing is generally a better choice for most GUI stuff in Java. This code should not be considered a reference for best practices (idk what im doing sometimes).

javac -d out Game.java    # compile
java -cp out:assets Game  # run (on Windows, replace ':' with ';')

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks