A simple chess game built to show off design patterns for 2511!
Firstly you'll need gradle!
You can find it here.
Then all you need to run is;
gradle eclipse
gradle runNOTE: You may also have to clean the java (
> java: clean the workspacecommand) after running the eclipse to get it to recognise javafx.
Hopefully!