Skip to content

JavaFX Implementation of popular game Color Switch

License

Notifications You must be signed in to change notification settings

rohanj-02/ColorSwitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Switch

JavaFX Implementation of popular game Color Switch 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 and JavaFX 15 are required to run this application.


To install Java 13 on Debian / Ubuntu:

sudo apt install openjdk-13-jdk

Install openjfx

To install JavaFX 15, download package from here:

https://gluonhq.com/products/javafx/

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

Landing

Main Menu

Gameplay

Pause Menu

Revive User

Saved Games

Confirm Exit

Media

You can look at videos in the screenshots/ directory to see the gameplay