Skip to content

Simple Tic Tac Toe game between two players(clients) connected to a server.

License

Notifications You must be signed in to change notification settings

aggstam/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic_tac_toe

Simple Tic Tac Toe game between two players(clients) connected to a server, using Douglas E. Comer's CNAI Socket API.

Usage

Compilation

% make

Execution

First we start the server:

% ./server

On different terminals, we start two clients:

% ./client

Enjoy the game!

About

Simple Tic Tac Toe game between two players(clients) connected to a server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published