Description: This a Tic Tac Toe Game developed in C++ by me as a part of my curriculum.Tic Tac Toe is a two player mind game . I have developed this game in Dev C++ IDE using OOPS concepts in C++. This is a console based game. The game asks about the matrix row and column to take an input and returns x for player 1 and o for player 2.The game is done with proper validations it checks for proper input and prompts the user for correct input . the game doesnt allow the user to select the cell which is already used
To Search:
File list (Check if you may need any files):
PA1_TicTacToe.cpp