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 Chess::Game. It provided no functionality not contained within the other packages in this module.
SEE ALSO
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.