Game-Checkers

English draughts, also called American checkers, as a reusable engine with a
terminal game on top. The engine does no input and no output, so a game is a pure
function of its moves and replays anywhere; the terminal game lives in
Game::Checkers::Terminal and the checkers script.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Game::Checkers

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        https://rt.cpan.org/NoAuth/Bugs.html?Dist=Game-Checkers

    Search CPAN
        https://metacpan.org/release/Game-Checkers


LICENSE AND COPYRIGHT

This software is Copyright (c) 2026 by LNATION.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)
