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
"Using the tictactoe made with turtle create a computer algorithm to play against the user. The computer should never lose.\n",
11
+
"\n",
12
+
"The algorithm recursively determines what the opponent's best move would be and pick the move that will be the worst for the opponent. Essentially you must loop over all possible moves an pick the one where the best move for the opponent is the worst."
0 commit comments