Hello, so i made this tic tac toe game, its playable between 2 people. but i cant figure out how to make it between me and the computer... any idea how to do that with the use of % operator and srand and rand.... with the ctime library?
THIS IS how far i got, and it doesnt do anything new...
/Include the libraries
#include <iostream>
#include <string>
#include <ctime>
//Using...