ASMR Programming - Unbeatable Tic Tac Toe AI Using Minimax (Part 2 of 2)

Опубликовано: 19 Февраль 2023
на канале: Click Clack Code
586
11

We're adding two AIs to our tic tac toe game. The first AI randomly selects a move. The second AI uses the minimax algorithm to determine the best moves in order to always win or force a tie.

Part 1:    • ASMR Programming - Two Player Tic Tac Toe ...  

Source code: https://github.com/clickclackcode/pyt...

00:00 - Intro and preview
00:48 - Opponent Selection Menu
05:22 - Random AI
13:21 - Minimax algorithm and Unbeatable AI