News

Welcome to the Tic Tac Toe repository! This simple yet engaging app allows you to enjoy classic tic-tac-toe gameplay using Python. Whether you're playing against a friend or challenging the computer, ...
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 ...