This application is an assignment for Programming Technologies and Programming Environments class at the University of Debrecen, Faculty of Informatics.
You need Java 1.8 at least and Maven 3.x+.
mvn clean package
to build the standalone.jar
applicationcd target
to navigate to the build directoryjava -jar FlappySpaceShip-1.0-jar-with-dependencies.jar
to start the game
or
mvn exec:java
to run the game directly
This is an implementation of Flappy Bird using the JavaFX platform. Like the original, the user must use the space bar in order to flap the ship to fly, while avoiding being hit by pipes.