/Tic-Tac-Toe-Tkinter-Sockets

A multiplayer(2) player Tic-Tac-Toe game made using sockets and Tkinter

Primary LanguagePython

Tic-Tac-Toe-Tkinter-Sockets

A multiplayer(2) player Tic-Tac-Toe game made using sockets and Tkinter

Game starts

savetictactoe

Game Waits

savetictactoewaiting

Game Between 2 Starts

Gametictactoestarts

Game Ends

Gameends

Instructions

  • git clone https://github.com/harsh317/Tic-Tac-Toe-Tkinter-Sockets.git
  • cd Tic-Tac-Toe-Tkinter-Sockets
  • Open Any text Editor and make a chenge in both files i.e add image path of the starting page on line 125 and 118 of both server.py and clint.py respectively
  • python3 server.py
  • python3 clint.py
  • Play game

Tested

  • Windows
  • Linux

Tasks

  • Not A Quiet Big Task But The Task is :-
  • Make The huge code less.Short The Code.[Hint:Use 'for loop' for creating all buttons , define functions and dont repeat all that pile of code again and again]
  • When Its a Tie show it
  • When Game shows Someone has won ask for restart