A simple, modular implementation of Tic-Tac-Toe in Python, featuring a clean separation of game logic, board management, player abstraction, and support for both console and GUI interfaces. Includes ...
⭕ Tic-Tac-Toe Game A classic, command-line interface (CLI) implementation of Tic-Tac-Toe built using Python. This project allows two players to play against each other on the same machine using a ...