Instructional Video6:21
Science Buddies

Tic-Tac-Toe AI Player using the Minimax Algorithm: A Step-By-Step Python Coding Tutorial

K - 5th
Explore how changing the depth that the Minimax algorithm explores can change the decisions that it makes
Instructional Video4:05
Science Buddies

Simple Explanation of the Minimax Algorithm with Tic-Tac-Toe

K - 5th
Explore how changing the depth that the Minimax algorithm explores can change the decisions that it makes
Instructional Video8:48
Science Buddies

Simple Explanation of the Minimax Algorithm with Alpha-Beta Pruning with Connect 4

K - 5th
Create a Connect 4 AI Player with the Minimax algorithm and Alpha-Beta Pruning