A student project made by the members of Info class of Privates Gymnasium Schloss Torgelow
you can download it on the release page(comming soon) Install the Game
Check our wiki page Setting up Development Environment
This project uses Gradle to manage dependencies.
The Gradle wrapper was included, so you can run Gradle tasks using gradlew.bat or ./gradlew commands.
Useful Gradle tasks and flags:
build: builds sources and archives of every project.lwjgl3:jar: builds application's runnable jar, which can be found atlwjgl3/build/libs.lwjgl3:run: starts the application. (<- Use this one)

