Thesis

Requirements & Setup

  • IntelliJ

    • Kotlin Plugin
  • Java SDK

    • Java 11+

For programming

  • Open the directory "kotlin-tornadofx-gradlemnv" in IntelliJ
  • To build the executables (jar files) use the Gradle-menu > "others" > "menu"

Relevant files

The executable file for the Desktop PC:

  • \kotlin-tornadofx-gradlemnv\build\libs\MpmGame-menu-0.5.5.jar

The executable file for the tablet:

  • \kotlin-tornadofx-gradlemnv\build\libs\MpmGame-0.5.5.jar

The build description:

  • \kotlin-tornadofx-gradlemnv\build.gradle

Code Structure