A fun, interactive Tic-Tac-Toe game made using Python and Tkinter. Play against a friend locally with a modern GUI, smart turn logic, win detection, and colorful feedback for game results. Classic 3x3 ...
A sophisticated implementation of Ultimate Tic-Tac-Toe featuring multiple AI difficulty levels powered by Constraint Satisfaction Problem (CSP) algorithms, Minimax with Alpha-Beta pruning, and ...