Proposed solution for participation in the informatiCup2020
If you want to be able to build the sources by yourself you will need to clone our repository.
git clone https://github.com/sebastianvolk/informatiCup2020.git
cd informatiCup2020
We use Apache Maven as build tool. In order to compile the project you must have installed Maven and the Java Development Kit on your machine. The compile process can be started by the following command.
mvn clean package
After the compile process finished you can find the executable program in the target directory.
cd target
If you just want to execute the program you can download the jar file from our latest release.
To start the server you need to execute the compiled program. For this it is necessary that the Java Runtime Environment is installed.
java -jar pandemicfighter-<version>-jar-with-dependencies.jar
The variable <version>
stands for the current version.
Please check the command line output and wait until you see the following success message before starting the game using the command line tool.
Server started on port 50123
Quit the server with CONTROL-C
Maik Gode, Mirwais Hotak, Danial Mirrezaei Golakhor and Sebastian Volk