Skip to content
/ chess Public

a chess app built off of javafx, still very much a work in progress

Notifications You must be signed in to change notification settings

Ademfcan/chess

Repository files navigation

Chess App

This is an ongoing project, so expect occasional blips here and there as i squish all the bugs

Getting Started

1.Clone the latest version of the repository in a suitable directory:

    git clone https://github.com/Ademfcan/chess
    cd chess

Running the Application

To run the chess app, use the following command:

gradlew :clientside:run

Building the Application

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!

About

a chess app built off of javafx, still very much a work in progress

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages