Question: Need help making a tic tac toe game in c++ with a class player and class board. Minimum Requirements: 2+ user defined classes 4+ data
Need help making a tic tac toe game in c++ with a class player and class board. Minimum Requirements: 2+ user defined classes 4+ data members per class (including at least one array of user defined objects) Appropriate methods for each class (including getters and setters) Implementation for the 2 user defined classes must include at least: 2+ if / if-else statements 2+ while loops 2+ for loops File IO for reading and writing data members of an object(was thinking to implent this by making it so u could save a game and resume it later)(or the board in a .txt file)
Please comment and 3x3 board
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
