Skip to content

giovaz94/OOP20-Pyxis

 
 

Repository files navigation

Pyxis

Pyxis is an Araknoid-like game structured in multiple levels where the objective is to destroy a group of bricks with the help of a projectile-ball and a paddle that you control in order to change the angle of the bounce.

About the project

This project was developed as part of the OOP class exam. The base language used is Java and JavaFX as GUI handler plugin.

How to get started

First make sure that you've installed a Java version greater or equal than the 11.0 and make sure that this includes JavaFX. For build the project use Gradle.

Links:

Execute the application

  • Download the latest release of the project at Github
  • Build the project executing gradle build
  • Excute the output jar java -jar NameOfJar.jar (Default configurations will produce a Pyxis-all.jar) file.

Commands

  • SPACE starts the game.
  • A move pad left.
  • D move pad right.

Credits

About

Project repository for the 2020/2021 OOP exam

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.1%
  • Shell 1.1%
  • Kotlin 0.8%