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
This is an implementation of Tic Tac Toe game. In this implementation, the user canNOT win the game.
The game will end by either the user losing or tie result.
It uses the MiniMax algorithm for finding the best possible move for the computer.
About
Tic Tac Toe, in this game User canNOT win the game. Either loses or ties with computer.