CSE201 - Advanced Programming
Monsoon 2020 - Group Project
- Setting up
JDK: We needJava 15to run this application. To installJava 15on you Linux system, open a shell and type:
sudo apt install openjdk-15-jdk- Install
openjfx: This is required in order to runJavaFXapplications 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.zipfrom 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.jarTo get started with contributions, have a look at CONTRIBUTING.md
