diff --git a/Source.cpp b/Source.cpp index 9745416..62978d7 100644 --- a/Source.cpp +++ b/Source.cpp @@ -320,7 +320,7 @@ int main() print_board(board); } - cout << "********** GAME OVER **********" << endl << endl; + cout << "-------------- GAME OVER -----------" << endl << endl; int player_state = get_board_state(board, PLAYER_MARKER); @@ -328,4 +328,4 @@ int main() return 0; -} \ No newline at end of file +}