TicTacToe game can be framed into a typical search problem involving game trees with each node representing a game state (or game position) and each edge representing a move made by a player.
Continue reading “Algorithms – AI behind a Tic-Tac-Toe Game”