| Chess documentation | Contained in the Chess distribution. |
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 Chess::Game. 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.
| Chess documentation | Contained in the Chess distribution. |
package Chess; our $VERSION = '0.6.2'; use Chess::Game; 1;