Question: Needs to be done in C language Problem 3. Tic-Tac-Toe, Part 3 (20 points) Save a copy of your program so far and modify it

Needs to be done in C language
Problem 3. Tic-Tac-Toe, Part 3 (20 points) Save a copy of your program so far and modify it to include multiple game modes; the two-player mode you've written so far and a single-player mode. The user should select which game mode they want to play from a menu at the start of the program. The single-player mode should control the computer player that assigns the letter 'O' to the board. The computer should make moves by picking the most top left place among all the available places in the board. Use the following function prototypes: void playSinglePlayer0; void playTwoPlayer0; void makeComputerMove(char board[1[3)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
