Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 438 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 438 Bytes

This is a simple FlappyBird clone project.

I was bored one night and decided to challenge myself a little bit, as well as get better used to git and IntelliJ.

Coded in Java simply because I was the most comfortable in that language.

Directions to run:

Create the compile directory

mkdir out/production/

Then compile

javac src/* -d out/production/

Then run

java -classpath out/production/ TrashyBird