Color Switch is an obstacle-based gaming app. Made as a part of project in Advanced Programming course at IIIT-Delhi.
Created by:
Ansh Arora and Nandika Jain
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 color through shapes of a matching color.
Made as a part of project in Advanced Programming course at IIIT-Delhi.
Working demo of the game can be viewed here.
git clone https://github.com/nandikajain/Color-Switch.git
NOTE:
javafx.controls,javafx.fxml,javafx.media modules should be added for running the application.
The game is implemented using Java and JavaFX.