Exemple #1
0
        public void girlsHouse()
        {
            Console.WriteLine("\n\n");
            Console.WriteLine("    You and Patty have been seeing each other for the last two years.  As of lately, she has been dropping small hints of marriage.  ");
            Console.WriteLine("  For the last couple months, you've been talking with your parents about different ways to pop the big question.");
            Console.WriteLine("\n");
            Console.WriteLine("  You get to your significant other's house but there's a strange vehicle in the driveway...");
            GameOver ShagTruck = new GameOver();

            ShagTruck.ShagginWagon();
            Console.WriteLine("\n");
            Console.WriteLine("    The vehicle is a LandRover and you remember seeing one of your significant other's co-workers drive this truck.");
            Console.WriteLine("  As you walk past the truck, you couldn't help but notice the license plate. ");
            Console.WriteLine("\n");
            Console.WriteLine("  You start to get an uneasy feeling...");
            Console.WriteLine("\n");
            Console.WriteLine("  What do you do?");
            Console.WriteLine("\n");
            Console.WriteLine("    1) Knock on the door...");
            Console.WriteLine("    2) Go inside the house...");
            bChoice = Convert.ToInt32(Console.ReadLine());
            Console.Clear();
            if (bChoice == 1)
            {
                GameOver houseDoor = new GameOver();
                houseDoor.FrontGfHouse();
                Console.WriteLine("\n\n");
                Console.WriteLine("    As you walk up to the door, you can hear music playing inside...you knock.  After a few moments, there's no response and the music is still playing.  ");
                Console.WriteLine("  You knock on the door again.  This time you hear the music turn off including some whispering and shuffling.  But no one comes to the door.");
                Console.WriteLine("\n");
                Console.WriteLine("  What will you do?");
                Console.WriteLine("\n");
                Console.WriteLine("    1) Turn the knob and attempt to enter...");
                Console.WriteLine("    2) Walk around the house for signs of life...");
                cChoice = Convert.ToInt32(Console.ReadLine());
                Console.Clear();

                switch (cChoice)
                {
                case 1:
                    Console.WriteLine("\n\n");
                    InsideHouse InsideScene = new InsideHouse();
                    InsideScene.InsideGfHouse();
                    Console.Clear();
                    break;

                case 2:
                    Console.WriteLine("\n\n");
                    AroundGfHouse AroundHouse = new AroundGfHouse();
                    AroundHouse.WalkAround();
                    break;

                default:
                    GameOver whyGraphics = new GameOver();
                    whyGraphics.WhyWrongNum();
                    Game.Menu();
                    break;
                }
            }
            else if (bChoice == 2)
            {
                Console.WriteLine("\n\n");

                GameOver DoorWalk1 = new GameOver();
                DoorWalk1.FrontGfHouse();

                Console.WriteLine("\n\n");
                Console.WriteLine("    You walk up to the door and turn the knob. ");

                InsideHouse InsideScene = new InsideHouse();
                InsideScene.InsideGfHouse();
            }
            else if (bChoice >= 3)
            {
                GameOver whyGraphics = new GameOver();
                whyGraphics.WhyWrongNum();

                Console.WriteLine("    You failed to choose a correct path and must go back to day one!");
                Console.WriteLine("    Press ENTER to try again!");
                Console.ReadLine();
                Console.Clear();
                Game.Menu();
            }
        }
Exemple #2
0
        public void beach()
        {
            Console.WriteLine("\n\n");
            Console.WriteLine("You stroll up to the beach.  Upon entering, you see John soaking up rays on one of the lounge chairs.");
            Console.WriteLine("\n");
            Console.WriteLine("What will you do?");
            Console.WriteLine("\n");
            Console.WriteLine("  1) Lay out and get some sun.");
            Console.WriteLine("  2) Go for a swim.");
            aChoice = Convert.ToInt32(Console.ReadLine());
            Console.Clear();

            if (aChoice == 2)
            {
                Console.WriteLine("\n\n");
                Console.WriteLine("    As you look at the ocean water, the sun's reflection sparkles and you decide to go for a swim.");
                Console.WriteLine("  You drop everyone by John and you run off into the water.  The water feels great and next thing you ");
                Console.WriteLine("  know, you're about 50 feet from shore.  You can barely touch the bottome with your toes.  ");
                Console.WriteLine("\n");
                Console.WriteLine("    In the distance, there's a group of people waving at you and yelling.  You smile and wave back unable to hear them...g");
                Console.WriteLine("  But they're not wavin to say hello.  They're waving to get your attention.  By the time you realize what's going on, something catches the");
                Console.WriteLine("  corner of your eye.  You turn and hear what sounds like an air leak.  Next thing you know, you're hit hard in the right side of your rib cage.");
                Console.WriteLine("  The loud and fast sound is suddenly drowned out by the water as you are drug underneathe the water.  You holding what little breath you have left.");
                Console.WriteLine("  But you belt out what little air you had when you see it's a shark that pulling you down.");
                Console.WriteLine("\n");
                Thread.Sleep(4000);

                GameOver SwimScene = new GameOver();
                SwimScene.SharkAttack();

                Console.WriteLine("    Press ENTER to continue...");
                Console.ReadLine();
                Console.Clear();
                Console.WriteLine("\n");
                GameOver Ending1 = new GameOver();
                Ending1.GameOverRip();
                Console.WriteLine("\n");
                Console.WriteLine("    The authorities conduct a search for you that lasted 4 days.  Unfortunately, you were never found.");

                Console.ReadLine();
                Console.Clear();
                Game.Menu();
            }
            else
            {
                switch (aChoice)
                {
                case 1:
                    Console.WriteLine("\n\n");
                    Console.WriteLine("    You set down your belongings, apply some sun screen, and lay down for some rays.");
                    Console.WriteLine("  You awake 4 fours later to the sound of people packing up their stuff.  You must of fell asleep.");
                    Console.WriteLine("\n");
                    Console.WriteLine("    It's time to go home already?  Where did the time go?");
                    Console.WriteLine("  You pack up your things, hop in your vehicle, and head on home.");
                    Console.WriteLine("  It was a nice relaxing day, but the sunburn on your back is killing you.");
                    Console.WriteLine("  Press ENTER to continue...");
                    Console.ReadLine();
                    Console.Clear();
                    Day2Beach BeachDay2 = new Day2Beach();
                    BeachDay2.dDay2();
                    break;

                default:
                    GameOver whyGraphics = new GameOver();
                    whyGraphics.WhyWrongNum();

                    Console.WriteLine("             You failed to choose a correct path and must go back to day one!");
                    Console.WriteLine("             Press ENTER to try again! ");
                    Console.ReadLine();
                    Console.Clear();
                    Game.Menu();
                    break;
                }
            }
        }
Exemple #3
0
        public static void Menu()
        {
            Console.WriteLine("\n\n\n");
            Console.WriteLine("       ______     ___   __  __     __    ");
            Console.WriteLine("       |_ __ |   | _ |  | |_| |   /  |   ");
            Console.WriteLine("       | |  | | | |_| |  |   |     | |   ");
            Console.WriteLine("       | |__| | |  _  |   | |     _| |_   _   _   _");
            Console.WriteLine("       |_____|  |_| |_|   |_|    |_____| |_| |_| |_|");

            Console.WriteLine("\n\n");
            Console.WriteLine("    It's 1:30 pm, you wake up after a long night of partying and take a peek outside.  It's beautiful a great day to be alive!");
            Console.WriteLine("How would you like to spend your day?");
            Console.WriteLine("\n\n");
            Console.WriteLine(" 1) Head to your significant other's house.");
            Console.WriteLine(" 2) Enjoy a day at the beach. ");
            Console.WriteLine(" 3) Meet your friend John at the pool. ");
            Console.WriteLine(" 4) You're tired of playing and you want to end it.");
            Choice = Convert.ToInt32(Console.ReadLine());
            Console.Clear();

            if (Choice == 4)
            {
                GameOver Ending1 = new GameOver();
                Ending1.gameOver();
                Run = false;
            }
            else
            {
                switch (Choice)
                {
                case 1:

                    GfHouse Scenerio1 = new GfHouse();
                    Scenerio1.girlsHouse();
                    break;

                case 2:
                    Beach Scenerio2 = new Beach();
                    Scenerio2.beach();
                    break;

                case 3:
                    Console.WriteLine("C content...");
                    //content here....
                    Console.WriteLine("Press enter to continue...");
                    Console.ReadLine();
                    break;

                default:
                    Console.WriteLine("\n\n");
                    Console.WriteLine("        ,");
                    Console.WriteLine("  (`-.-/(           .:::::.,");
                    Console.WriteLine("   `-.__)           /  ``:::: .               /7_.-,");
                    Console.WriteLine("       '. -.       -  - `:::'           .- (  `_.=");
                    Console.WriteLine("         :  `--._   /   _?'`      ___.-'   -`'''");
                    Console.WriteLine("          :         -  / )----'''' -    .-'");
                    Console.WriteLine("           `--..   `--' ,'           .-'");
                    Console.WriteLine("                `:   --'       )---''");
                    Console.WriteLine("                  |           )");
                    Console.WriteLine("                  |          _|");
                    Console.WriteLine("                  |           |");
                    Console.WriteLine("                   L          /");
                    Console.WriteLine("                   |          |");
                    Console.WriteLine("                   )__     _   |");
                    Console.WriteLine("                    | `---' `--'");
                    Console.WriteLine("                     L         |");
                    Console.WriteLine("                     |   |      |");
                    Console.WriteLine("                      |   L     )");
                    Console.WriteLine("                       L_ (      |");
                    Console.WriteLine("                       |   |  .  J");
                    Console.WriteLine("                       |    `.    |");
                    Console.WriteLine("                    _.-`--='  |    )");
                    Console.WriteLine("                   (   _-'     `--'|");
                    Console.WriteLine("                    '''        / ' J");
                    Console.WriteLine("                              (,_./");
                    Console.WriteLine("             Why can't you enter a number between 1-4?!?!?");
                    Console.WriteLine("             Press ENTER to try again! ");
                    Console.ReadLine();
                    Console.Clear();
                    Game.Menu();
                    break;
                }
            }
        }
        public void InsideGfHouse()
        {
            int dChoice;

            Console.WriteLine("\n\n");
            Console.WriteLine("    Surprisingly, the door is unlocked and you proceed into the living room.  There's music playing in Patty's bedroom and you notice random clothes scattered on the floor leading to her door.");
            Console.WriteLine("  Somethings not right...you start grinding your teeth as you can feel your blood boiling and heart beating in your chest.  All of a sudden, you are bombarded with all your fond memories of ");
            Console.WriteLine("  Patty and the possiblity she's in the room with another man.");
            Console.WriteLine("\n");
            Console.WriteLine("  Remember, you have choices... What will you do?");
            Console.WriteLine("\n");
            Console.WriteLine("  1)  Call out her name and wait for a response.");
            Console.WriteLine("  2)  Walk into the bedroom empty handed.");
            dChoice = Convert.ToInt32(Console.ReadLine());
            Console.Clear();

            switch (dChoice)
            {
            case 1:
                Console.WriteLine("\n\n");
                Console.WriteLine("    You hear the music stop along with some whispering.  Then she shouts,'Honey, is that you? I'll be right out!'");
                Console.WriteLine("\n");
                Console.WriteLine("  You:  Are you in there with someone?");
                Console.WriteLine("\n");
                Console.WriteLine("  With the door still closed,");
                Console.WriteLine("  Patty:  No...why do you ask?");
                Console.WriteLine("\n");
                Console.WriteLine("  You:  There's a strange truck out in the driveway...and I could have swore I heard you talking to someone just a moment ago?");
                Console.WriteLine("\n");
                Console.WriteLine("                                    Press ENTER to continue...");
                Console.ReadLine();
                Console.Clear();

                GameOver saltyKiss = new GameOver();
                saltyKiss.TheKiss();

                Console.WriteLine("\n\n");
                Console.WriteLine("    Patty opens the door, walks up to you, and give you a kiss.  ");
                Console.WriteLine("\n");
                Console.WriteLine("  Patty:  Don't be silly.  You can look inside my room if it'll make you feel better?");
                Console.WriteLine("\n");
                Console.WriteLine("  Her lips taste a little salty.  You can feel a little bit of sweat bleeding through the back of her shirt.");
                Console.WriteLine("\n");
                Console.WriteLine("  You:  Why is there a truck in your driveway?");
                Console.WriteLine("\n");
                Console.WriteLine("  Patty:  It's probably my neighbor's truck.  They tend to use my driveway.");
                Console.WriteLine("\n");
                Console.WriteLine("  As soon as she said that, the truck starts up and drives away.");
                Console.WriteLine("\n");
                Console.WriteLine("    Maybe, it's all in your imagination...Or is it?  Either way, you stay for a quicky and bounce back to your home.");
                Console.WriteLine("  You might as well get to bed early for a fresh start tomorrow.  As you fall asleep, you think about that damn license plate.");
                Console.WriteLine("\n");
                Console.WriteLine("  Press ENTER to continue...");
                Console.ReadLine();

                Day2Beach BeachDay2 = new Day2Beach();
                BeachDay2.dDay2();

                break;

            case 2:
                GameOver sex1 = new GameOver();
                sex1.sexyTime();

                Console.WriteLine("    You walk into the music filled bedroom to a horrific sight.  Your girlfriend is on the bed strattling her co-worker as he is pounding away trying to break her hips.");
                Console.WriteLine("  Both of their eyes are closed as they concentrate on feeling each other's every move and heavy breathing.  Her body language and maons of ecstasy alone is resonating in your head.");
                Thread.Sleep(10000);
                Console.WriteLine("\n\n");
                Console.WriteLine("    You turn around and walk out of the room before they notice you.  You get into your car, start the engine, and start driving up the street.  ");
                Console.WriteLine("  At this point, you can't handle all the emotions that are erupting.  Under impulse, you turnaround and drive straight into your newly exgirlfriend's house.  ");
                Console.WriteLine("  Unfortunately, in all your anguish, you didn't put on your seatbelt which led to you flying through the windshield and instantly killing you on impact.");
                Console.WriteLine("\n");
                Console.WriteLine("    Press ENTER to continue...");

                GameOver Ending1 = new GameOver();
                Ending1.GameOverRip();

                Console.WriteLine("    Press ENTER to continue...");
                Console.ReadLine();
                Console.Clear();
                break;

            default:

                GameOver whyGraphics = new GameOver();
                whyGraphics.WhyWrongNum();

                Console.WriteLine("    You failed to choose a correct path and must go back to day one!");
                Console.WriteLine("    Press ENTER to try again!");
                Console.ReadLine();
                Game.Menu();
                break;
            }
        }
        public void girlsHouse()
        {
            Console.WriteLine("\n\n");
            Console.WriteLine("    You and Patty have been seeing each other for the last two years.  For the last couple months, you've been talking with your parents about different ways to pop the big question.  ");
            Console.WriteLine("You get to your significant other's house but there's a strange vehicle in the driveway...");
            Console.WriteLine("\n");
            Console.WriteLine("    The vehicle is a 2019 Toyota Tacoma and you remember seeing one of your significant other's co-workers drive this truck.");
            Console.WriteLine("You walk past the truck and see the license plate says ");
            Console.WriteLine("__________________________________________________________ ");
            Console.WriteLine("|   _____   __   __    _____    ______  ___  __   __  __  |");
            Console.WriteLine("|  / ____|  | |  | |  |  _  |  /  ____| |  | | |  | | | | |");
            Console.WriteLine("|  | |___   | |__| |  | |_| |  | |  __  |   || |  | | | | |");
            Console.WriteLine("|  |___  |  |  __  |  | __  |  | |__| | | |__  |  | |_| | |");
            Console.WriteLine("|  |_____/  |_|  |_|  |_| |_|  |______| |_|  |_|  |_____| |");
            Console.WriteLine("|_________________________________________________________|");
            Console.WriteLine("\n");
            Console.WriteLine("   You start to get an uneasy feeling...");
            Console.WriteLine("\n");
            Console.WriteLine("   What do you do?");
            Console.WriteLine("\n");
            Console.WriteLine("   1) Knock on the door...");
            Console.WriteLine("   2) Go inside the house...");
            bChoice = Convert.ToInt32(Console.ReadLine());
            Console.Clear();
            if (bChoice == 1)
            {
                Console.WriteLine("\n\n");
                Console.WriteLine("    As you walk up to the door, you can hear music playing inside...you knock.  After a few moments, there's no response and the music is still playing.  You knock on the door again.");
                Console.WriteLine("This time you hear the music turn off including some whispering and shuffling.  ");
            }
            else if (bChoice == 2)
            {
                Console.WriteLine("\n\n");
                Console.WriteLine("    You walk up to the door and turn the knob.  Surprisingly, the door is unlocked and you proceed into the living room.  There's music playing in Patty's bedroom and you notice random clothes scattered on the floor leading to her door.");
                Console.WriteLine("Somethings not right...you start grinding your teeth as you can feel your blood boiling and heart beating in your chest.  All of a sudden, you are bombarded with all your fond memories of Patty and the possiblity she's in the room with another man.");
                Console.WriteLine("\n");
                Console.WriteLine("Remember, you have choices... What will you do?");
                Console.WriteLine("\n");
                Console.WriteLine(" 1)  Call out her name and wait for a response.");
                Console.WriteLine(" 2)  Walk into the bedroom empty handed.");
                Console.WriteLine(" 3)  Get revenge and slash Patty's tires.");
                Console.WriteLine(" 4)  Fetch a knife from the kitchen and proceed into the bedroom.");
                cChoice = Convert.ToInt32(Console.ReadLine());
                Console.Clear();

                switch (cChoice)
                {
                case 1:
                    Console.WriteLine("\n\n");
                    Console.WriteLine("    You hear the music stop along with some whispering.  Then she shouts,'Honey, is that you? I'll be right out!'");
                    Console.WriteLine("");
                    break;

                case 2:
                    Console.WriteLine("\n\n");
                    Console.WriteLine("                                ||  __                         ");
                    Console.WriteLine("         .=-`__               (`  `)  `-.                      ");
                    Console.WriteLine("        // '^ /               /  o2 _    |                     ");
                    Console.WriteLine("       '//>   < .           .'  --.  `_ /     ");
                    Console.WriteLine("       ///G  .-'/         ./  .-` `._.'   ");
                    Console.WriteLine("       ////.   '        `(/      `         ");
                    Console.WriteLine("       ////   ` |--.-.  c'   -    |         ");
                    Console.WriteLine("       /'.' '   .'  ` |  `-'   |   | .-  .  ");
                    Console.WriteLine("       .(   -- .   * ` .   )    `.  | .   |  ");
                    Console.WriteLine("      /         `     :|.  '    ( >  )     |   ");
                    Console.WriteLine("     /        *  ` . '(| `/ __.  /  /  .    |    ");
                    Console.WriteLine("    /    ` .    .'`.   | _(/,_  ' .'.|    `|     ");
                    Console.WriteLine(".. /     )_ `      .'..-'     `--:    / `.   `|     ");
                    Console.WriteLine("`::   ..'  `._    ..::::.        ) __' _._`.   |     ");
                    Console.WriteLine("  ( `   -.    `-.::::::::)    _.'          `-.  |_    ");
                    Console.WriteLine("   `.     `._ _  :::::<''--  '        `  '    `-. `-._   ");
                    Console.WriteLine("     `-..._  ' ``.`:::::.              _.        `--..----._  ");
                    Console.WriteLine("           `_. .``. `:::::        _..-'  `._..___  .       .)  ");
                    Console.WriteLine("              `.\\`   `::::. ---''               ` --..__`_ / ");
                    Console.WriteLine("                        `::::::           ");
                    Console.WriteLine("                          `::(.      ");
                    Console.WriteLine("                            ::.      ");
                    Console.WriteLine("                            .::     ");
                    Console.WriteLine("                            ''");
                    Console.WriteLine("    You walk into the music filled bedroom to a horrific sight.  Your girlfriend is on the bed strattling her co-worker as he is pounding away trying to break her hips.");
                    Console.WriteLine("  Both of their eyes are closed as they concentrate on feeling each other's every move and heavy breathing.  Her body language and maons of ecstasy alone is resonating in your head.");
                    Thread.Sleep(15000);
                    Console.Clear();
                    Console.WriteLine("\n");
                    Console.WriteLine("    You turn around and walk out of the room before they notice you.  You get into your car, start the engine, and start driving up the street.  ");
                    Console.WriteLine("  At this point, you can't handle all the emotions that are erupting.  Under impulse, you turnaround and drive straight into your newly exgirlfriend's house.  ");
                    Console.WriteLine("  Unfortunately, in all your anguish, you didn't put on your seatbelt which led to you flying through the windshield and instantly killing you on impact.");
                    Thread.Sleep(10000);
                    GameOver Ending1 = new GameOver();
                    Ending1.gameOver();
                    Console.ReadLine();
                    Console.Clear();
                    break;

                case 3:
                    Console.WriteLine("\n\n");

                    Console.WriteLine("                                   _----..................___");
                    Console.WriteLine("_____,,..,-           _,.--''------'' |   _____  ______________`''--._");
                    Console.WriteLine("`.  :      `.   __..--''              |  /::: / /::::::::::::::|      `|");
                    Console.WriteLine("  `.         `''                      | /____/ /___ ____ _____::|    .  |");
                    Console.WriteLine("    `.                          ,.... |            `    `     :_|   ( )  |");
                    Console.WriteLine("      `.                       /`     `. ,,,''`'- ,.----------.._     `   |");
                    Console.WriteLine("        `.                     |        ,'       `               `-.      |");
                    Console.WriteLine("           `-._                |                                    ``.. /");
                    Console.WriteLine("              `---.............>");
                    Console.WriteLine("\n\n\n");
                    Console.WriteLine("    You get your buck knife out of your car and walk over to Patty's vehicle.");
                    Console.WriteLine("");
                    Thread.Sleep(15000);
                    Console.WriteLine("");
                    Console.WriteLine("");
                    Thread.Sleep(15000);
                    Console.WriteLine("\n\n");
                    Console.WriteLine("                        _____________________    ");
                    Console.WriteLine("    /  .       .      (<$$$$$$>#####<::::::>)    ");
                    Console.WriteLine("     .      .     ._ / ~~~~~~~~~~~~~~~~~~~~~~~~~|_.       .   .    ");
                    Console.WriteLine(".(          . .  /~                             ~| . .   .");
                    Console.WriteLine("  ( . .        .~                                 ~.      .         )");
                    Console.WriteLine("           ()|/_____                           _____|/()   .    .  ).");
                    Console.WriteLine("(         .-''      ~~~~~~~~~~~~~~~~~~~~~~~~~~~     ``-.  ...");
                    Console.WriteLine(".  . . .-~              __________________              ~-.  .    /");
                    Console.WriteLine(" .   ..`~~/~~~~~~~~~~~~TTTTTTTTTTTTTTTTTTTT~~~~~~~~~~~~|~~'    . ) .");
                    Console.WriteLine("    . .| | | #### #### || | | | [] | | | || #### #### | | | .");
                    Console.WriteLine("   (   ;__||___________|++++++++++++++++++|___________|/__;.   .");
                    Console.WriteLine("     .  (~~====___________________________________====~~~)");
                    Console.WriteLine(" ( .  .. |------_____________[ POLICE ]__________-------| ..  .     )");
                    Console.WriteLine("         .  |      ||         ~~~~~~~~       ||      |");
                    Console.WriteLine("             |_____/                          |_____/");
                    Console.WriteLine("\n\n");
                    Console.ReadLine();
                    Console.Clear();
                    break;

                case 4:
                    Console.WriteLine("\n\n");
                    Console.WriteLine("\n\n");
                    Console.WriteLine("\n\n");
                    break;

                default:
                    Console.WriteLine("\n\n");
                    Console.WriteLine("        ,");
                    Console.WriteLine("  (`-.-/(           .:::::.,");
                    Console.WriteLine("   `-.__)           /  ``:::: .               /7_.-,");
                    Console.WriteLine("       '. -.       -  - `:::'           .- (  `_.=");
                    Console.WriteLine("         :  `--._   /   _?'`      ___.-'   -`'''");
                    Console.WriteLine("          :         -  / )----'''' -    .-'");
                    Console.WriteLine("           `--..   `--' ,'           .-'");
                    Console.WriteLine("                `:   --'       )---''");
                    Console.WriteLine("                  |           )");
                    Console.WriteLine("                  |          _|");
                    Console.WriteLine("                  |           |");
                    Console.WriteLine("                   L          /");
                    Console.WriteLine("                   |          |");
                    Console.WriteLine("                   )__     _   |");
                    Console.WriteLine("                    | `---' `--'");
                    Console.WriteLine("                     L         |");
                    Console.WriteLine("                     |   |      |");
                    Console.WriteLine("                      |   L     )");
                    Console.WriteLine("                       L_ (      |");
                    Console.WriteLine("                       |   |  .  J");
                    Console.WriteLine("                       |    `.    |");
                    Console.WriteLine("                    _.-`--='  |    )");
                    Console.WriteLine("                   (   _-'     `--'|");
                    Console.WriteLine("                    '''        / ' J");
                    Console.WriteLine("                              (,_./");
                    Console.WriteLine("");
                    Console.WriteLine("    You failed to choose a correct path and must go back to day one!");
                    Console.WriteLine("    Press ENTER to try again!");
                    Console.ReadLine();
                    break;
                }


                Game.Menu();
            }
        }