/Tic-Tac-Toe

A logical game of Tic-Tac-Toe with the computer

Primary LanguageC

Tic-Tac-Toe

A logical game of Tic-Tac-Toe with the computer

Open file and play the game with computer. Each move by computer is a logical move. The code is programmed using C language. You always play as O! Input the index of element where you wish to input. The index will be in relation to a 3x3 matrix where index of the first element will be 00 and last element: 22

The Matrix will be like-
00 01 02
10 11 12
20 21 22
Have the guts to defeat it?