/FlappySpaceShip

This is an implementation of Flappy Bird using the JavaFX platform.

Primary LanguageJavaMIT LicenseMIT

Build Status Codacy Badge

Flappy SpaceShip

This application is an assignment for Programming Technologies and Programming Environments class at the University of Debrecen, Faculty of Informatics.

Install

You need Java 1.8 at least and Maven 3.x+.

  1. mvn clean package to build the standalone .jar application
  2. cd target to navigate to the build directory
  3. java -jar FlappySpaceShip-1.0-jar-with-dependencies.jar to start the game

or

  1. mvn exec:java to run the game directly

What is the FlappySpaceShip?

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.

License

License: MIT