Daedalus Jury-software written in Java
git clone https://github.com/CodecupNL/Daedalus
Note: Git should be installed.
mvn install
Note: Maven should be installed.
cd bin
deadalus [-d] [-f <file>] -g <game> [-m <manager>]
Note: Java should be installed.
Parameter | Description | Required |
---|---|---|
-d | If set, Daedalus will print debug information. | No |
-f | If set, defines which file to use for logging. If not set, defaults to bin/games/${game}/logs/${time}.log . |
No |
-g | Defines which game there will be played. | Yes |
-m | If set, defines which manager will be used for the competition. If not set, it defaults to bin/managers/manager.jar . |
No |