Programmers' Toolbox

Checkers

Introduction

Checkers is a checkers game that I and a friend of mine developed for Artificial Inteligence class while at the university. The program uses Min-Max with alpha-beta cutoffs for the computer player.

The graphics interface has been upgraded from AWT to Swing. Now it requires at least, the JDK 1.3. If you're interested in the old version. It is still available for download.

The current version is localized into English and Portuguese.

Screenshots

Downloads

The source code and compiled program together in one archive.

The original AWT version, containing the source code and binaries as well.