Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 581 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 581 Bytes

Contributor Guide

Development requirements

  • JDK 16

Desktop client

To run the standalone game client, use the following shell command:

$ ./gradlew client:run

Game server

To run the game server, use the following shell command:

$ ./gradlew web:run

Testing

To execute the test suite, run the following command in your shell:

$ ./gradlew test

Logging

For debugging purposes you might want to enable trace logging. To do that, open file src/log4j.properties and replace DEBUG with TRACE.