The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

Chess::Game
Chess::Board
Chess::Piece
Chess::Game::MoveList
Chess::Game::MoveListEntry

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.