Simple skeleton with libgdx.
Currently throws "WARNING: An illegal reflective access operation has occurred", when the java version used is >8. This has no effect on function or performance, and is just a warning.
- ensure all dependencies are met:
$ mvn install
- build the package:
$ mvn package
- run the server:
$ java -jar target/Server.jar
- run the client:
$ java -jar target/Client.jar
*multiple clients can connect to same server, client connects to localhost.
make sure you add -XstartOnFirstThread
as a jvm argument.
- run the tests:
$ mvn test