Skip to content

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

Notifications You must be signed in to change notification settings

jagatheeswarans/tic_tac_toe_game_over_the_network

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages