资 源 简 介
Tic Tac Toe is a funny game usually played by school children.
The Game : Here there are two vertical and two horizontal lines crossing each other so there are 9(3x3) spaces created.1st user enters a checkmark on any place and 2nd user do so after that with a different symbol.The user who completes a row or column or two diagonals wins the game.
C language implementation :
Here is the programming implementation of the game.Here user need to enter a position(a number from 1 to 9 for 9 position)
and the computer do so after that.The program is fully compatible with Turbo C/Turbo C++ compiler.User(programmer) need to make some minor change for other compiler.