NAME

Games::Shogi::HeianDai - Piece descriptions and initial configuration for Heian-era Dai Shogi

SYNOPSIS

use Games::Shogi::HeianDai;
$Game = Games::Shogi::Chu->new;
$piece = $Game->board()->[2][2];
print @{$Game->neighbor($piece);
print $Game->english_name('c'); # 'Copper General'

DESCRIPTION

Heian-era Dai Shogi is, naturally, a simpler version of Dai Shogi. Many pieces are missing from Dai Shogi, and most of the more complicated pieces are gone.

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.