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 simple 2-player console-based Tic Tac Toe game built using Python. Implements core Object-Oriented Programming principles including encapsulation, modularity, input handling, and game logic. This ...