Chess - a framework for writing chess programs with Perl
use Chess;
$game = Chess::Game->new();
$board = $game->get_board();
...
This package is provided as shorthand for the Chess::Game manpage. It provided no functionality not contained within the other packages in this module.
Brian Richardson <bjr@cpan.org>
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.