Science Buddies
Tic-Tac-Toe AI Player using the Minimax Algorithm: A Step-By-Step Python Coding Tutorial
Explore how changing the depth that the Minimax algorithm explores can change the decisions that it makes
Science Buddies
Simple Explanation of the Minimax Algorithm with Tic-Tac-Toe
Explore how changing the depth that the Minimax algorithm explores can change the decisions that it makes
Science Buddies
Simple Explanation of the Minimax Algorithm with Alpha-Beta Pruning with Connect 4
Create a Connect 4 AI Player with the Minimax algorithm and Alpha-Beta Pruning