This is a simple implementation of the classic game of Checkers (also known as Draughts) built in Java with Swing for the GUI.
- Play against an AI opponent.
- Simple and intuitive user interface.
- Ability to restart the game or exit via the menu options.
To run the game, make sure you have JDK 22 installed on your system.
JavaDoc for more info.
-
Clone this repository to your local machine.
git clone https://github.com/JackReaperCZ/Checkers.git
-
Navigate to the project directory.
cd Checkers -
Compile the Java files.
javac *.java -
Run the game.
java Checkers
To run the game from a release file:
-
Go to the Releases page on GitHub.
-
Download the latest release file (
checkers.jar). -
Run the
checkers.jarfile by double-clicking on it.
