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::Dai - Piece descriptions and initial configuration for Dai Shogi
SYNOPSIS
use Games::Shogi::Dai;
$Game = Games::Shogi::Dai->new;
$piece = $Game->board()->[2][2];
print @{$Game->neighbor($piece);
print $Game->english_name('c'); # 'Copper General'
DESCRIPTION
Dai Shogi is a larger variant, on a 15 x 15 board. The Lion and Horned Falcon are probably the two most exotic pieces, everything else is relatively mundane.
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.