INF112 Robo Rally
This project uses:
- Java 8
- JUnit 4
- Maven
Install project
-
Clone project
-
Maven install
- mvn clean install
- mvn clean package (without tests)
-
Run Jar
- Go to the root of the project
- Run:
- Windows/Linux:
java -cp target/factory-robots-1.0-SNAPSHOT.jar inf112.app.Main
- Mac OS:
java -XstartOnFirstThread -cp target/factory-robots-1.0-SNAPSHOT.jar inf112.app.Main
- Windows/Linux:
Known bugs
-
Currently throws "WARNING: An illegal reflective access operation has occurred", when the java version used is >8. This has no effect on function or performance, and is just a warning.
-
In-game click listners does not work correctly when stretching the game beyond it original size. Work around: Resize the window below 1000 pixels in width for it to work correctly again.