Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

inf112-v20/factoryRobots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge Build Status

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

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.