Chess-Challenge
Chess-Challenge copied to clipboard
SquareIsAttackedByOpponent is not always Working
I make board.MakeMove and then board.SquareIsAttackedByOpponent in order to check if a Square is safe to go to, but this does not always work correctly, leading my bot to make silly moves....
Also, for debugging purposes, a forward/backward-functionality would be very helpful in order to analyse certain behaviour.