Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 530 Bytes

File metadata and controls

20 lines (13 loc) · 530 Bytes

Tic Tac Toe Online in Python

Introduction

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.

Manual

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)

Author

Prabhát Kumar de Oliveira