Module ch.ladestation.connectncharge
module ch.ladestation.connectncharge
-
Packages
OpensPackageDescriptioncontains the entry point of the app (AppStarter) and sub-packages with all the logic.contains the main controller of the app (ApplicationController) and many less important ones in sub-packages.contains all JavaFX GUI controllers.contains all controllers for Admin GUI.contains all GUI-controllers at the beginning of the game.contains all GUI-controllers at the end of the game.contains all GUI-controllers during the game.contains classes representing player attributes.contains model classes of the main game.stores text constants.contains necessary classes to interact with the hardware.util-classes for reading files at runtime.Code from the pi4j MVC template (https://github.com/Pi4J/pi4j-template-javafx).infrastructure classes from the MVC template (https://github.com/Pi4J/pi4j-template-javafx).JNI-wrapped c-library to interact with WS281x lED-Strips (https://github.com/rpi-ws281x/rpi-ws281x-java).