Skip to content

Ttibsi/socket-t3

Repository files navigation

socket-t3

tic tac toe using sockets

HOW TO RUN

Prerequisites: Docker, Make

To play, you need to create the environment to run this program. On your first execution, run:

make create && make env

On future executions run:

make docker-clean && make create && make env

Inside the environment, launch the server with

./build/src/game --server

In another terminal window, access the same environment with make env and run

./build/src/game --client

To play, just enter the co-ordinates of the box you want to fill. The game will accept input in the following formats: (0,1), 0,1, 0, 1, 0 1

About

tic tac toe using sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published