News

This is a simple Tic Tac Toe desktop game built with Python's Tkinter GUI library. It allows two players to take turns and includes win/draw detection and a restart button.
🔹 Project Summary A modern, interactive, and AI-powered Tic-Tac-Toe game built using Python and Tkinter. It features intelligent gameplay through the Minimax algorithm with Alpha-Beta Pruning, ...