I need a Game Menu for my games

I have Four games:
-Tic-Tat-Toe
-Guess the Number?
-Roll a Die
-Jumble Worlds
-Secret Game(Password Protected/Beat the computer in Tic-Tat-Toe)

I want the title of the game to be like this:
*********** *************
*********** GAME-R-US*************
*********** *************

It needs to be in function form.


Secret game: where the user put in the username and password, and the game will start.

Umm..
What have you done?

It sounds to me like you want to create a function like this

1
2
3
4
void menu( void )
{
    cout << "I am a menu" << endl;
}
Topic archived. No new replies allowed.