This repository contains the source code for a 2 Player Networked Tic Tac Toe Game developed in Python3 using Sockets.
To run the application:
- Make sure you have python installed and setup on your system. App is tested on Python 3.8
- Download or clone the repository
- To start the server: python 2player_tic_tac_toe_game_server.py
- Click "Start" button on the Server window
- Lauch two clients. To start a client: python 2player_tic_tac_toe_game_client.py
- Enter player name and click on "Connect" button
- The game starts when two clients (players) are connected.