Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Games::Shogi - Piece descriptions and initial configuration for Chu Shogi
SYNOPSIS
use Games::Shogi::Chu;
$Game = Games::Shogi::Chu->new;
$piece = $Game->board()->[2][2];
print @{$Game->neighbor($piece);
print $Game->english_name('c'); # 'Copper General'
DESCRIPTION
Chu Shogi is a middle variant with the Lion as its most outlandish piece, being able to move as a queen, and take 2 pieces at a time.
SEE ALSO
AUTHOR
Jeffrey Goff, <jgoff@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2004 by Jeffrey Goff
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.