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 fun, cross-platform Tic-Tac-Toe game where a Python Tkinter GUI communicates with a C backend to power a smart opponent. The bot uses either random moves (easy mode) or the Minimax algorithm (hard ...