Compiling from Source
In order to compile the Minimax simulator from source you have to meet the following prerequirements (newer versions should also work):
- JDK 11 or higher
- Apache Maven 3.0.5
The recommended way to compile the simulator from source code is:
mvn clean compile assembly:single
To create a JaCoCo coverage report run:
mvn clean test -P test-coverage
Running the Simulator
In order to run the simulator you need
Assuming you are on Mac or Linux and just compiled the latest version from source start the application with:
java -jar target/minimax_simulator-{version}-jar-with-dependencies.jar