A simple online Tic Tac Toe game made in Python using Pygame
- The PyGame module (pip install pygame)
- Python
- One person opens the server by typing py server.py in a terminal while in the directory
- Players can then open their clients by typing py client.py
- ???
- Profit
When playing on different computers, the clients will have to enter the IP address that it will connect to when starting client.py
.
If you're playing on the same computer, you can just leave it empty and press enter