I take the Tic Tac Toe game using JavaScript and add an AI opponent for a human player by implementing the Minimax algorithm.
Tic Tac Toe Game using JavaScript: https://morioh.com/p/d45e05af312d
💻Code: https://thecodingtrain.com/CodingChallenges/154-tic-tac-toe-minimax.html
#javascript #game-development #artificial-intelligence #web-development