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::Heian - Piece descriptions and initial configuration for Heian era Shogi
SYNOPSIS
use Games::Shogi::Heian;
$Game = Games::Shogi::Heian->new;
$piece = $Game->board()->[2][2];
print @{$Game->neighbor($piece);
print $Game->english_name('c'); # 'Copper General'
DESCRIPTION
Heian Shogi is a slightly older form of Shogi, with the major differences being the lack of the Bishop and Rook, and apparently not allowing drops. Other than that it's largely the same as regular Shogi.
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.