Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ultimate tictactoe: mini_board_full check with the same condition #3

Open
ButterflyEA opened this issue Jan 9, 2025 · 0 comments
Open

Comments

@ButterflyEA
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant