NAME

Games::Shogi - Piece descriptions and initial configuration for Chu Shogi

SYNOPSIS

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

DESCRIPTION

Chu Shogi is a middle variant with the Lion as its most outlandish piece, being able to move as a queen, and take 2 pieces at a time.

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.