Jonathan-Blake
Results
2
comments of
Jonathan-Blake
Pulled yesterday and I'm able to get it. ``` An error occurred while bot was thinking. System.IndexOutOfRangeException: Index was outside the bounds of the array. at ChessChallenge.Chess.PieceList.AddPieceAtSquare(Int32 square) in C:\Users\Jonat\Desktop\chess\Chess-Challenge\Chess-Challenge\src\Framework\Chess\Board\PieceList.cs:line...
This seems to have been because I was exiting the move loop when a checkmate was found. This short-circuited the undo and so further down in the search the board...