diff --git a/Engine.cpp b/Engine.cpp index 17079f0..185cb90 100644 --- a/Engine.cpp +++ b/Engine.cpp @@ -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(){