/ColorSwitch

JavaFx Implementation of popular game ColorSwitch

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

ColorSwitch

JavaFx Implementation of popular game ColorSwitch developed by Fortafy Games https://colorswitch.co/

About

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.

Installation Guide

Set up JDK

Java 13 is required to run this application.
To install Java 13 on Debian / Ubuntu:

sudo apt install openjdk-15-jdk

Install openjfx

To install Java 13 on Debian / Ubuntu:
sudo apt-get install openjfx

Run the game

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

Screenshots