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
Tic Tac Toe game with the AI as opponent. The AI is implemented as a Minimax algorithm.
At every turn, enter the cell number where you want to place your X. Then the AI will place its O.
This will repeat until either a win or a draw happens.
About
Tic Tac Toe game with the AI as opponent. The AI is implemented as a Minimax algorithm.