- JDK 16
To run the standalone game client, use the following shell command:
$ ./gradlew client:runTo run the game server, use the following shell command:
$ ./gradlew web:runTo execute the test suite, run the following command in your shell:
$ ./gradlew testFor debugging purposes you might want to enable trace logging. To do that, open file src/log4j.properties and replace
DEBUG with TRACE.