The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Games::Chess::Coverage::GD::Move - Visualize movement

DESCRIPTION

Display can be moved to for each square given multiple White and Black threats. This is currently drawn as a grid of two pale colors.

Required plug-in arguments:

  white_move_color => [ $R, $G, $B ]
  black_move_color => [ $R, $G, $B ]
  both_move_color  => [ $R, $G, $B ]

SEE ALSO

The source code of this module.

Games::Chess::Coverage

Games::Chess::Coverage::Draw

Games::Chess::Coverage::GD

GD

AUTHOR

Gene Boggs <gene@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2004, Gene Boggs

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.