The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

perl

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.