Python Forum
Multiplayer Tic Tac Toe - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: Multiplayer Tic Tac Toe (/thread-41309.html)



Multiplayer Tic Tac Toe - shn - Dec-17-2023

Hi all,
Here is a project that I developed to learn Twisted Python. It's a Tic Tac Toe game, where a player can create a room with a unique id and another player can join it using the id. It has a GUI client made in Tkinter.

Please provide your valuable feedback!

Github repo: https://github.com/sreeharin/tic-tac-toe