This is an ongoing project, so expect occasional blips here and there as i squish all the bugs
1.Clone the latest version of the repository in a suitable directory:
git clone https://github.com/Ademfcan/chess
cd chess
To run the chess app, use the following command:
gradlew :clientside:run
To build the chess app and create a JAR file, use the following command:
gradlew :clientside:jar
Note: The jar file will be produced in the Build/lib directory of the project. Specifically {rootdir}/src/clientsideApp/build/libs/yourOutput.jar
Enjoy your game!