with AI payer using minimax algorithm and time controll in form of undo
and redo
buttons
algorithm used to minimize maximum possible loss. In case of tic-tac-toe the algorithm can viably go through the entire game tree and select an optimal move.
The app has more of an educational purpose as the player cannot win against the opponent that uses this algorithm.
Project developed by building upon the frame provided in the tic-tac-toe react tutorial.