This project implements a Tic-Tac-Toe game in Python, featuring both single-player (against an AI opponent) and two-player modes. The AI opponent utilizes the Minimax algorithm to play optimally. The game provides a simple and interactive command-line interface.