You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
char getChoice(std::string_view choiceMessage = "\t\tWould you like to play again(y/n)? ");
void guessGameIntro(std::string_view intro = " LET'S PLAY A GAME ", std::string_view gamePrompt = "THINKING OF A NUMBER BETWEEN 1 AND 100, WHAT IS IT?");