A multiplayer Tic Tac Toe game implemented with Python socket networking. The project demonstrates a simple client-server architecture, allowing two players to compete over a network connection.
This is a console-based Tic-Tac-Toe game where you play against the computer. The project was created to practice Python logic, specifically working with lists, loops, and clean code principles. Este ...