C++ Project

Job ID: 34420553

Budget: $10 – $30 USD

Fix budget 15$
you will get half coded file and instructions.

Objective

You are given an incomplete codebase that will, when completed, play multiple games of Tic-Tac-Toe using multiple threads. Your objective is to control the flow of each game using condition variables. Don't worry about implementing the Log and LogSync functionality until you've already completed everything else.

Objective

When dealing with threads and the need to access multiple mutex-protected resources, there is the possibility for “deadlock” to occur. Deadlock (sometimes called “deadly embrace”) is a situation where two or more competing actions are waiting for the other to finish, and thus neither ever does. To illustrate this, we are going to write code to run a drinking game.