Releases: rohanj-02/ColorSwitch
Releases · rohanj-02/ColorSwitch
JAR Executable
Installation Guide
- Download JDK 13 and JavaFX 15
- Run the following command to play the game:
java --module-path <path-tojavafx-lib> --add-modules javafx.controls,javafx.fxml,javafx.media -jar ColourSwitch.jar
Example of the above command:
java --module-path /home/rohanj/javafx-sdk-15.0.1/lib --add-modules javafx.controls,javafx.fxml,javafx.media -jar ColourSwitch.jar