NAME
Chess::Coverage - Visualize the potential energy between chess moves
SYNOPSIS
use Chess::Coverage;
$g = Chess::Coverage->new();
$c = $g->coverage();
use Data::Dumper; $Data::Dumper::Sortkeys=1; die Dumper($c);
DESCRTIPTION
This is a vastly simplified rewrite of the old Games::Chess::Coverage
modules based on the new Chess
module.
METHODS
new
Return a new Chess::Coverage
object which inherits from the Chess
module.
TO DO
Almost everything...
$i = $g->image(); # get the image object
$g->draw(); # vizualize the board
SEE ALSO
AUTHOR
Gene Boggs <gene@cpan.org>
COPYRIGHT
Copyright 2007, Gene Boggs Licensed under the same terms as Perl itself.