Minimax Tic Tac Toe

Sat Mar 05 2022

Minimax Tic Tac Toe AI Game Theory Algorithm
minimax-tictactoe
Link to Demo github logo Link to Code

This is a demostration of the minimax algorithm, an adversarial search algorithm. The AI is optimised with alpha beta pruning. Made with p5js

Back