Question: Write program playing with the user in Noughts and Crosses (Tic-Tac-Toe) game. The game board should be printed in the text console, the user must
Write program playing with the user in Noughts and Crosses (Tic-Tac-Toe) game. The game board should be printed in the text console, the user must chose the size of the matrix weather its 3x3 or till the maximum size 12x12 , and we have to use Allocate memory in the program ,the program must interact with the user using keyboard. Prepare two different algorithms, in the simplest version computer randomly selects position of his own symbol (nought or cross), in the second version it should analyze whether the next move is reasonable (analyzing position of the user symbols). The program must detect who is the looser and who is the winner. without using global variable
language C
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
