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
If the board is still full of empty squares but neither side can win, the game should end.
In this case the check_win function should return Tie or another enum.
If the board is still full of empty squares but neither side can win, the game should end.
In this case the check_win function should return Tie or another enum.