Playing Tic-Tac-Toe with a computer We all know the game Tic-Tac-Toe where two players place tokens, called cross and nut, to get three tokens in a row, column, or diagonal in order to win the game. Thanks to computational algorithms, today we can play this game against a computer. Minimax algorithm Most…