You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Im not sure if its correct but in the line that check if the mini board is full on line 211:
if board[board_idx][i][j][0] == 0 && board[board_idx][i][j][0] == 0 {
return false;
}
its looks that the check is with the same condition, did you meant the second to with player 1?
The text was updated successfully, but these errors were encountered:
Hi,
Im not sure if its correct but in the line that check if the mini board is full on line 211:
if board[board_idx][i][j][0] == 0 && board[board_idx][i][j][0] == 0 {
return false;
}
its looks that the check is with the same condition, did you meant the second to with player 1?
The text was updated successfully, but these errors were encountered: