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

inf112-v20/staring-horse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INF112 Robo Rally

How to build and run the game

To build this game you need java, maven and git installed

With commandline

*   git clone https://github.com/inf112-v20/staring-horse
*   cd staring-horse && mvn clean verify assembly:single
*   cd target && java -jar roborally-Staring-horse-Final-jar-with-dependencies.jar

Alternatives

*   Download the source code
*   Import a projcet in an IDE from the pom.xml file. (We used IntelliJ IDEA)
*   Run mvn clean verify assembly:single
*   Locate the target folder
*   Run roborally-Staring-horse-jar-with-dependencies.jar
*   Or run Main.java from the IDE.

Tests

Manual tests

Wiki for manual tests

Unit tests

*   Unit tests are run when building the game with maven.
*   If you want to run them again in an IDE run test/java

Known bugs

Known bugs with the game are in the report

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.

Build Status Codacy Badge

Credit for Menu-UI to Raymond "Raeleus" Buckley