.. | ||
.idea | ||
.mvn/wrapper | ||
src/main | ||
.gitignore | ||
demo.png | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
README.md |
Flappy-Bird
A flappy bird clone written in Java, for the ICS4U Simple Game Assignment.
Build & Run
$ cd lib
$ javac FlappyBird.java && java FlappyBird
.. | ||
.idea | ||
.mvn/wrapper | ||
src/main | ||
.gitignore | ||
demo.png | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
README.md |
A flappy bird clone written in Java, for the ICS4U Simple Game Assignment.
$ cd lib
$ javac FlappyBird.java && java FlappyBird