sanj0 / factoryRobots

Java version of RoboRally - https://en.wikipedia.org/wiki/RoboRally

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Java version of RoboRally - https://en.wikipedia.org/wiki/RoboRally


Languages

Language:Java 100.0%