NAME

Games::Chess::Coverage::GD::Board - Draw a chess board

DESCRIPTION

Draw a chess board.

Required plug-in arguments with sample settings:

board_color  => [256,256,256]
border       => 2
border_color => [0,0,0]
letters      => 1
letter_color => [0,0,0]
grid         => 1
grid_color   => [50,50,50]

SEE ALSO

The source code of this file of course.

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.