Tic-tac-toe against AI

A simple game of Tic Tac Toe made using HTML, CSS and JavaScript. The opponent is a computer bot made using MiniMax algorithm. MiniMax algorithm is a decision rule in artificial intelligence that minimizes the chances of the opponent winning and maximizes the chances of the computer. This makes the computer bot unbeatable in the game of Tic Tac Toe.