Games::Checkers is a set of Perl classes implementing the Checkers game play. Several national rule variants are supported. A basic AI heuristics is implemented using the Minimax algorithm. Replay of previously recorded games is supported too.

This package is intended to provide complete infrastructure for interactive and automatic playing and manipulating of Checkers games. Some features are not implemented yet.

See doc/rules to read about the Checkers game rules. Alternatively see Games::Checkers man page after installing this package. You can run perl scripts in bin/ directory without installing anything.

Currently supported board sizes:

Currently supported variants:

Currently supported game file formats:

Currently installed scripts:

In the future one script pcheckers may be installed that will include:

GUI interface may be added too (gtk-pcheckers), or may be not.

See also files INSTALL and TODO, and directory data/.

Author

Mikhael Goikhman <migo@homemail.com> Web site:

http://migo.sixbit.org/software/pcheckers/