Skip to content

Releases: rohanj-02/ColorSwitch

JAR Executable

27 Jan 10:40
Compare
Choose a tag to compare

Installation Guide

  1. Download JDK 13 and JavaFX 15
  2. 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