This is a project for the class : 18CSC302J - Computer Networks by Dr. T.K Sivakumar
. Anshul Thakur RA2011003010088 . Nellore Hasvanth Reddy RA2011003010069
This is a simple game of tic-tac-toe developed in Python. It allows two players to play with one another on different command lines through networking. The server starts the game by first running server.py, waiting for the client to connect by then running client.py. Once their connected, the game itself starts.
. Visual Studio Code . Python (3.9.4) 64-bit . Git / GitHub . Python: Socket and Pickle modules