Code:
cout << "new - New Game\nexit - Exit game\n\n";
might be even more appropriate. All of the endl's are unnecessary. IMO adding newlines into the output string is clearer.