JavaFx Implementation of popular game ColorSwitch developed by Fortafy Games https://colorswitch.co/
Color Switch is an obstacle-based gaming app. The objective of the app is to play through levels of increasing difficulty, by tapping a small ball of a certain colour through shapes of a matching colour. The skills required to use the app include quick reflexes and and motor skills.
Java 13 is required to run this application.
To install Java 13 on Debian / Ubuntu:
sudo apt install openjdk-15-jdk
To install Java 13 on Debian / Ubuntu:
sudo apt-get install openjfx
Run Main.java using an IDE
To setup on IntelliJ, follow this link: https://www.jetbrains.com/help/idea/javafx.html
In VM options, add the following line after replacing :
--module-path <javafx lib path> --add-modules javafx.controls,javafx.fxml,javafx.media