NAME
ChessKit::Move
VERSION
Version 1.1
SYNOPSIS
see ChessKit
sub Rook
get the move of the Rook
sub Bishop
get the move of the Bishop
sub Queen
get the move of the Queen
sub King
get the move of the King
sub Knight
get the move of the Knight
sub Pawn
get the move of the Pawn
sub PawnCatch
get the move of the PawnCatch
sub lookup
generate the move datas
sub lookup{
row=>'numeric', col =>' numeric , lim=>'limite de mouvement',
dir => 'nombre de direction',mov=>'ref avec les cases[dir][]'
}
AUTHOR
Charles Minc, <charles.minc@wanadoo.fr>
BUGS
Please report any bugs or feature requests to bug-chesskit-board@rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ChessKit. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2005 Charles Minc, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.