These tables describe all of the possible moves for a given piece. The hash %from_algebraic
provides quick translation from algebraic square notation to a more useful numeric index.
There are 4 additional hash tables; %engWhite, %engBlack, %Whiteeng and %Blackeng that
provide conversion from english descriptive notation to algebraic notation for square names.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
NOTE: under Windows, substitute nmake or dmake for make.
DEPENDENCIES
None. Although useless without some other file such as Chess::PGN::EPD or the
like.
COPYRIGHT AND LICENCE
Put the correct copyright and licence information here.
Copyright (C) 2010 Hugh S. Myers
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.