home..

Singleplayer/Multiplayer Tic-Tac-Toe Game (Python)

Python tkinter sockets multithreading

FULL SOURCE CODE:

Github

Main Screen

tic tac toe - Main Screen

A minimal main screen that provides the user with everything that they need to play the game. The user can toggle to play singleplayer or multiplayer mode over LAN.

End Screen

tic tac toe - End Screen

The user is prompted about their win/loss/draw and can choose to play again (clear fields) or exit the game.