Skip to content

xylo99/tic-tac-toe-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

My tic-tac-toe Program

Simple tic-tac-toe program that plays ttt with a client over TCP. The server communicates with hosts asynchronously, that is, the server can play multple games with multiple clients.

Future plans for this program includes creating a QT UI and binding it to the python code. To run the program, execute the following in two separate terminals:

python3 server/ttts.py

python3 client/tttc_driver.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages