Skip to content

castellanprime/Multiplayer-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commandline Multiplayer tic-tac-toe


This program implements a game of tic-tac-toe using sockets(C socket class) and pthreads.

Steps to run:

  1. Run make.

  2. Run serverC. That is, ./serverC (either 1 or 2) ** This denotes how many players will be playing**

  3. Run client. That is, ./client . If it is on the same computer, run it another terminal window. 4. Play the game.

About

Commandline Multiplayer tic-tac-toe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published