Cleaning up endgame for test.

This commit is contained in:
Alexander Huddleston 2015-10-29 09:49:01 -05:00
parent 2b011140b8
commit 4c3e57769b

View file

@ -52,6 +52,10 @@ void Engine::startGame(){
b->snapshot(record, *b);
}
b->displayBoard();
string s = "";
s += b->getTurn();
cout << "Game over. " + s + " wins!\n\n";
}
void Engine::easyAI(){