CSE201 - Advanced Programming
Monsoon 2020 - Group Project
- Setting up
JDK
: We needJava 15
to run this application. To installJava 15
on you Linux system, open a shell and type:
sudo apt install openjdk-15-jdk
- Install
openjfx
: This is required in order to runJavaFX
applications on Linux. To install this on your system, open a shell and type:
sudo apt-get install openjfx
- Download the game : Go to the releases page. Download the
Color_Switch_Game_jar.zip
from the latest release assets. Extract it in a suitable location. To run the game, open the folder and type on terminal:
java -jar Color-Switch-Game.jar
To get started with contributions, have a look at CONTRIBUTING.md