Chess - a framework for writing chess programs with Perl


NAME

Chess - a framework for writing chess programs with Perl


SYNOPSIS

use Chess;

$game = Chess::Game->new(); $board = $game->get_board(); ...


DESCRIPTION

This package is provided as shorthand for the Chess::Game manpage. It provided no functionality not contained within the other packages in this module.


SEE ALSO

the Chess::Game manpage
the Chess::Board manpage
the Chess::Piece manpage
the Chess::Game::MoveList manpage
the Chess::Game::MoveListEntry manpage


AUTHOR

Brian Richardson <bjr@cpan.org>


COPYRIGHT

Copyright (c) 2002, 2007 Brian Richardson. All rights reserved. This module is Free Software. It may be modified and redistributed under the same terms as Perl itself.