Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 616 Bytes

File metadata and controls

12 lines (10 loc) · 616 Bytes

tic_tac_toe_game_over_the_network

This repository contains the source code for a 2 Player Networked Tic Tac Toe Game developed in Python3 using Sockets.

To run the application:

  1. Make sure you have python installed and setup on your system. App is tested on Python 3.8
  2. Download or clone the repository
  3. To start the server: python 2player_tic_tac_toe_game_server.py
  4. Click "Start" button on the Server window
  5. Lauch two clients. To start a client: python 2player_tic_tac_toe_game_client.py
  6. Enter player name and click on "Connect" button
  7. The game starts when two clients (players) are connected.