Skip to content

A Multiplayer Tic-Tac-Toe game written in C++ based on the client-server model using the basics of socket programming.

Notifications You must be signed in to change notification settings

suarkadipa/Multiplayer-tic-tac-toe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer Tic-Tac-Toe - V1.0 Written by : Indradhanush Gupta Email : indradhanush[dot]gupta[at]gmail[dot]com Blog : http://indradhanushgupta.wordpress.com

A Multiplayer Tic-Tac-Toe game written in C++ based on the client-server model using the basics of socket programming.

Currently the source codes have been compiled for Linux systems. Here's what the server(Player 1) needs to do to set up a game :

./server.out
server.out is the compiled output file for creating the server.

The client(Player 2) should type in -

./client.out 192.0.2.80

client.out is the compiled output file for connecting to the server and 192.0.2.80 is the IP address of the server(say). Given a server has already been set up, the client should be able to connect comfortably to the server.

Feel free to report any bugs by mail. Suggestions are welcome.

About

A Multiplayer Tic-Tac-Toe game written in C++ based on the client-server model using the basics of socket programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%