ChessApplication.Rook.AddLegalMoves Function
Generate all the possible legal moves for this piece at current state of the chessboard.
Public void AddLegalMoves (System.Collections.Queue)
Type
Name
Description
System.Collections.Queue
q
The Queue to add the move to
Return
Description
void