JavaFX Implementation of popular game Color Switch 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 and JavaFX 15 are required to run this application.
To install Java 13 on Debian / Ubuntu:
sudo apt install openjdk-13-jdk
To install JavaFX 15, download package from here:
https://gluonhq.com/products/javafx/
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
You can look at videos in the screenshots/ directory to see the gameplay