Skip to content

Developed a multiplayer multithreaded tic-tac-toe game in python3 using the pygame module along with the socket and threading library.This was done as the final project of the Operating Systems course.

Notifications You must be signed in to change notification settings

arjunrajasekharan/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

Developed a multiplayer multithreaded tic-tac-toe game in python3 using the pygame module along with the socket and threading library.This was done as the final project of Operating Systems course.

Procedure

Procedure to Run the game:

● Step 1:​ Open the terminal.

● Step 2:​ Run “​server.py​”.

● Step 3:​ Open another terminal and run “​client.py​”.

Note : In the footer of the game window, it shows whose turn it is. (​Note:​ Please make sure you are inside the project directory)

● After these steps, two separate windows open for each of the players.

● Click on the box in which you want to place your symbol.

● Follow the prompts in the status bar and enjoy!

Output

Alt text

About

Developed a multiplayer multithreaded tic-tac-toe game in python3 using the pygame module along with the socket and threading library.This was done as the final project of the Operating Systems course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages