i didn't modify the code already but it seems that it is the GameBoard i want, i want a GameBoard with numbers to make the game simple to create and play. How do i make a array to output:
if (Player_Play == Computer_Play)
cout << "invalid move" << endl;
But of course the actual game is rather different to this, as you need to check that the attempted move doesn't use any of the nine squares which are already occupied.