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 ...
This is a simple networked Tic Tac Toe game in Python using socket programming. It includes a server that handles game logic and two clients that connect and play in turns. One server handles two ...