Skip to content

I was a little bit bored, thought I'd have a night in and make something just a little bit trashy..

License

Notifications You must be signed in to change notification settings

jamesjarvis/TrashyBird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

I was a little bit bored, thought I'd have a night in and make something just a little bit trashy..

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages