Tic-Tac-Toe with MiniMax AI

Alejandro

Alejandro Castro

This project is an implementation of the classic Tic-Tac-Toe game using the MiniMax algorithm. The MiniMax algorithm is used to create an AI opponent that plays optimally, making it a challenging for users.
Like this project

Posted May 7, 2025

Implemented Tic-Tac-Toe with MiniMax and Alpha-Beta Pruning, AI opponent.