A checkers game built as part of a school assignment for my computer science bachelor degree. I made this project with two friends using JavaFX for the UI and Maven for ensuring easy installation.
In this project, we aimed to create a fun and interactive checkers game that can be played by people of all ages. Checkers is a classic board game that has been enjoyed for centuries, and this implementation provides a modern take on the game with a user-friendly interface.
- JavaFX
- Maven
- OracleJDK 17 or later
- Maven 3.7 or later
To install the checkers game, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/checkers-game.git
-
Navigate to the project directory in your terminal or command line.
-
Run the appropriate command for your operating system:
mvn clean install
To play the game, follow these steps:
- Navigate to the project directory in your terminal or command line
- Run
mvn exec:java
- Follow the on-screen instructions to start playing the game!
MIT License