Simple skeleton with libgdx.
Make sure run configurations are set to directory core/assets
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.
Compile everything using Maven:
mvn clean dependency:copy-dependencies compile assembly:single package
Assuming you have done the steps in Compiling, running should be as simple as:
java -jar target/wall-e-1.0-SNAPSHOT-jar-with-dependencies.jar
Run the tests with Maven:
mvn test