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