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.
This project was developed as part of the OOP class exam. The base language used is Java and JavaFX as GUI handler plugin.
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.
- 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.
- SPACE starts the game.
- A move pad left.
- D move pad right.
- Antonioni Giovanni
- Luca Rubboli
- Riccardo Traini