文件名称:PA1_TicTacToe
介绍说明--下载内容均来自于网络,请自行研究使用
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 -This is 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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PA1_TicTacToe.cpp