Checkers

A text-based checkers game, fit with a computer opponent.

For my AP Computer Science final project, I created a text-based Checkers. Written entirely in Java, it properly checks for all legal moves, and also comes with a computer opponent if there is not a second player.

An example of the checkers board

What features does the game have?

The game features queens, stylized as K, and also properly checks for double, triple and even quadruple jumps, in the very rare chance it appears.

How does the computer function?

The computer generates every possible move and scores them. It executes the move that achieved the highest score.

Where can I access the game?