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::Tenjiku - Piece descriptions and initial configuration for Tenjiku Shogi
SYNOPSIS
use Games::Shogi::Tenjiku;
$Game = Games::Shogi::Tenjiku->new;
$piece = $Game->board()->[2][2];
print @{$Game->neighbor($piece);
print $Game->english_name('c'); # 'Copper General'
DESCRIPTION
Tenjiku Shogi is one of the larger variants, and one we have the most research on. Containing a wealth of exotic pieces such as the Bishop General (the Bishop with the ability to jump), Fire Demons and the Heavenly Tetrarchs, it makes for every interesting gameplay. Thankfully it doesn't include drops, like almost every other known Shogi variant.
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.
=_END__