Canadian Checkers Game.
Utilizing AI, players are able to play against the computer.
We have packaged the game into an executable jar. To run the jar follow the steps below:
- Clone the directory
- Navigate to the directory CanadianCheckers
- In the terminal or command line run java -jar Checkers.jar
CanadianCheckers is a 12x12 one player checkers game where you play against the computer. Black being the player always gets the first move. Clicking a checker piece will highlight the positions on the board you can move to.
When a checker piece moves all the way to the opposite end, it becomes a king and can move both forwards and backwards. The first player to capture all of their opponents pieces wins the game.


