OVERVIEW: This project implements an unbeatable Tic Tac Toe AI using the minimax algorithm with alpha-beta pruning optimization. The game features a clean graphical interface built with tkinter and ...
A modern Tic Tac Toe GUI game built using Python and Tkinter, featuring both Single Player (vs Computer) and Two Player modes with a clean, interactive user interface. This project focuses on GUI ...