/Checkers

A basic checkers game that allows the user to play against the computer.

Primary LanguageJava

Checkers

A checkers game that allows for two people to play, or for one person to play against the computer. The computer uses a minmax algorithm to look three steps ahead and predict the best move.

The game uses a simple UI built in Swing.