Tic Tac Toe - Creating Unbeatable AI

Introduction to Minimax Algorithm

Greg Surma

--

In today’s article, I am going to show you how to create an unbeatable AI agent that plays the classic Tic Tac Toe game. You will learn the concept of the Minimax algorithm that is widely and successfully used across the fields like Artificial Intelligence, Economics, Game Theory, Statistics or even Philosophy.

--

--