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 engineered in Java, featuring an unbeatable AI opponent. It utilizes the Minimax algorithm and recursive game-tree traversal to evaluate all possible future moves and make mathematically optimal decisions. The system features a robust terminal game loop ensuring zero-latency AI response times.