Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 628 Bytes

Readme.md

File metadata and controls

24 lines (16 loc) · 628 Bytes

Tic_Tac_Toe

As you can see, this is a Tic_Tac_Toe game that can be play by two person in indivisual windows

This programm uses two sides:

  • Client side
  • Server side

Installing

You need to get some packages before using this program.

Information send by Clients and Server recieve them, get process, check the turning and position of clicks and get back to clients for drawing part.

git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY

Just clone the repo and install this packages below, run main.py you'll see.

  • Popen from subprocess
  • socket
  • Thread from threading
  • Tk, Canvas from tkinter