This project is a feature-rich implementation of the classic Tic Tac Toe game using Python and Tkinter. It is designed with both single-player (against an AI) and multiplayer modes, providing an efficient AI based on the minimax algorithm with alpha-beta pruning and an enhanced, modern UI.