Welcome to ChessBoard! This project was developed as part of the Advanced Programming exam at the University of Camerino. The goal is to create a Java application to manage any board game, choosing at least one to develop.
ChessBoard is a Java application that allows users to play chess, managing moves and displaying the state of the board.
To run ChessBoard locally, follow these steps:
- Make sure you have Java installed on your computer.
- Clone this repository to your computer.
- Open the terminal in the project folder.
- Run the command
./gradlew run
to start the application.
This project is licensed under the MIT License - see the LICENSE file for details.