Skip to content

Proposed solution for participation in the informatiCup2020

License

Notifications You must be signed in to change notification settings

sebastianvolk/informatiCup2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

informatiCup2020 - Pandemic fighter

Proposed solution for participation in the informatiCup2020

User Manual

Clone the repository

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

Compile the sources

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

Download compiled sources

If you just want to execute the program you can download the jar file from our latest release.

Execute and start server

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

Team BurningTrain

Maik Gode, Mirwais Hotak, Danial Mirrezaei Golakhor and Sebastian Volk

About

Proposed solution for participation in the informatiCup2020

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages