- Execute
mvn clean install
in the root folder of the project - This will create three jar files in target/
- libgdx-app.jar: the libgdx application
- server-app.jar: the server application
- client-app.jar: the client application
- To run a jar file type
java -jar sample.jar
- Execute
mvn test
in the root folder of the project to run all tests - The server tests has some os-delay problems and must be run manually (mvn will skip these tests)
- Ubuntu 18.04.2, LibGDX and Java 11 is a bad combination. Remeber to run the jar file with java 8.