Tic Tac Toe AI with MiniMax using Python | Part 2: Minimax

Опубликовано: 20 Февраль 2021
на канале: Java Coding Community
37,466
527

How to create Tic Tac Toe AI with Minimax using Python. Tic Tac Toe AI Bot with Minimax Tutorial. Learn how to create unbeatable Tic Tac Toe AI using minimax and Python.



Patreon:   / javacodingcommunity  

Find the code here: https://github.com/javacodingcommunit...
Follow me on Instagram:   / javacodingcommunity  


Minimax is a kind of backtracking algorithm that is used in decision making and game theory to find the optimal move for a player, assuming that your opponent also plays optimally. It is widely used in two player turn-based games such as Tic-Tac-Toe, Backgammon, Mancala, Chess, etc.
In Minimax the two players are called maximizer and minimizer. The maximizer tries to get the highest score possible while the minimizer tries to do the opposite and get the lowest score possible.


Смотрите видео Tic Tac Toe AI with MiniMax using Python | Part 2: Minimax онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Java Coding Community 20 Февраль 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 37,466 раз и оно понравилось 527 людям.