You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A console-based Tic Tac Toe game in Python featuring an intelligent AI opponent implemented using the Minimax algorithm with Alpha–Beta pruning.
The AI always plays optimally, making it impossible to beat.