#154 — Tic Tac Toe AI with Minimax Algorithm
Back
In this challenge I take the Tic Tac Toe game from coding challenge #149 and add an AI opponent for a human player by implenenting the Minimax algori ...
Game theory examples of using the Minimax Algorithm
Wikipedia page on Minimax algorithm
Sebastian Lague's video on the minimax search algorithm
Coding Train video covering the basic tic tac toe game.