Tic Tac Toe Online is a Socket-based Client-Server application in Python, that allows two players connections with the server and play tic tac toe.
To use the client and server, run in order, parameters in parenthesis can be given by command line or during the run of script
python _server.py (port)
python _client.py (host) (port)
Prabhát Kumar de Oliveira