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::Wa - Piece descriptions and initial configuration for Wa Shogi
SYNOPSIS
use Games::Shogi::Wa;
$Game = Games::Shogi::Wa->new;
$piece = $Game->board()->[2][2];
print @{$Game->neighbor($piece);
print $Game->english_name('c'); # 'Copper General'
DESCRIPTION
Wa Shogi is another middle variant, with 11 squares on a side. Like Tori Shogi, most of the pieces here are named after birds, and the pieces don't show up in most of the larger Shogi variants. There really aren't any exotic pieces in this game, at least in the sense of the Lion or Fire Demon.
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.