ChessI managed to call it, the was a problem in the function checksquare, but it is saying any check is c...
Chessand the lat bit of that function: [code] if (colour == "Black") { if (c...
Chessand some of the last bit: [code] //void to check for check void CheckForCheck() { string colour...
Chessand even more: [code] //check to see if castling is valid bool checkForCastling(int yi, int xi, int...
Chessand more: [code] //function to check if a pawn move is valid bool checkMovePawn(int startingRank, i...
This user does not accept Private Messages