×

Instructions

  • Standard Tic-Tac-Toe
  • When you make a move, all possible moves will appear in the next row, with the AI's "best" move highlighted in blue.
  • You can keep playing the optimal version of the game or choose any of the other options.
×

About the AI

  • This uses the minimax algorithm to get the best move for any situation.
  • Playing against AI's optimal moves, you will either lose or tie the game!
  • Due to the way its set up, the algorithm doesn't try to win as quickly as possible.