Beispiel #1
0
        public static void Op()
        {
            string path = Path.Combine(Directory.GetParent(Directory.GetCurrentDirectory()).Parent.Parent.FullName, "Art");

Options:
            Console.Clear();
            using (StreamReader Main_Logo = new StreamReader(path + @"\MainLogo.txt"))
            {
                using (StreamReader Main_Icon = new StreamReader(path + @"\Icon.txt"))
                {
                    string Icon = Main_Icon.ReadToEnd();
                    Console.WriteLine(Icon);
                    string MLogo = Main_Logo.ReadToEnd();
                    Console.WriteLine(MLogo);
                }
            }
            Console.WriteLine("What do you wish to change\n1.???\n2.???\n3.Back to main menu\nSecret Code.Skip");
            Console.WriteLine("Enter you choie:");
            string OptionsCh = Console.ReadLine();

            if (OptionsCh == "1")
            {
                Console.WriteLine("Ya Yiit"); //Ei asu enam siin
            }
            if (OptionsCh == "2")
            {
                Console.WriteLine("There is nothing here");
            }
            if (OptionsCh == "3")
            {
                MainMenu.MaMeLoaded();
            }
            if (OptionsCh == "3499")
            {
                Console.WriteLine("Which chapter?\n1.\n2.Banan\n3.DoChYes\n4.DoChNo\n4.1.House By The Road\n5.Kalmarov\n6.Ending");
                string Ch = Console.ReadLine();
                if (Ch == "1")
                {
                    Console.Clear();
                    GameplayNAS.GPNAS();
                }
                if (Ch == "2")
                {
                    Console.Clear();
                    BananNAS.BaNAS();
                }
                if (Ch == "3")
                {
                    Console.Clear();
                    DoChYes.DchY();
                }
                if (Ch == "4")
                {
                    Console.Clear();
                    DoChNo.DchN();
                }
                if (Ch == "5")
                {
                    Console.Clear();
                    RoadToKlamaRov.RoToKalMa();
                }
                if (Ch == "4.1")
                {
                    Console.Clear();
                    HouseByTheRoad.HoByThRo();
                }
                if (Ch == "6")
                {
                    Console.Clear();
                    Ending.End();
                }
                if (Ch == "SG")
                {
                    Console.Clear();
                    Combat.SuperGoblin();
                    Console.WriteLine("You win lol");
                }
                if (Ch == "G")
                {
                    Console.Clear();
                    Combat.gayd();
                    Console.WriteLine("You win lol");
                }
                if (Ch == "JP")
                {
                    Console.Clear();
                    JakeBoss.gaydar();
                    Console.WriteLine("You win lol");
                }
                if (Ch == "S")
                {
                    Console.Clear();
                    squiddd.Squidd();
                    Console.WriteLine("You win lol");
                }
            }
        }
Beispiel #2
0
        public static void GPNAS()
        {
            string path = Path.Combine(Directory.GetParent(Directory.GetCurrentDirectory()).Parent.Parent.FullName, "Art");

            Console.WriteLine("Press enter to proceed");
            string Secret_Code = Console.ReadLine();

            Console.Clear();
            Console.WriteLine("*Mr Bean has finally arrived in chernobyl");
            Console.ReadKey();
            Console.WriteLine("Mr.B: It's even worse than i thought");
            Console.ReadKey();
            Console.WriteLine("Mr.B: This place is in ruins and radioactive");
            Console.ReadKey();
            Console.WriteLine("*Suddenly a squatting person walks up to him and speaks gibberish to him");
            Console.ReadKey();
            Console.WriteLine("???: Chto ty zdes' delayesh'?");
            Console.ReadKey();
            Console.WriteLine("*Mr Bean doesn't understand a single word this guy said");
            Console.ReadKey();
            Console.WriteLine("Mr.B: Wat?");
            Console.ReadKey();
            Console.WriteLine("???: Ty mozhesh' govorit' po russki?");
            Console.ReadKey();
            Console.WriteLine("*Mr Bean still didn't undestand anything this being said");
            Console.ReadKey();
            Console.WriteLine("*Bean tries to move past him");
            Console.ReadKey();
            Console.WriteLine("???: Gde vy dumayete, chto sobirayetes'");
            Console.ReadKey();
            Console.WriteLine("*You see a trash can top and a broken bottle nearby and you decide to pick it up quickly");
            Console.ReadKey();
            Console.WriteLine("***You enter in combat with the squatting man, who can only speak gibberish!");
            if (Secret_Code == "3499")
            {
                Console.WriteLine("*****************SKipping Combat*****************");
                Console.ReadKey();
            }
            if (Secret_Code != "3499")
            {
                Combat.gayd();
            }
            Console.WriteLine("*You proceed to a temporary station located near you");
            Console.ReadKey();
            Console.WriteLine("*You see a man in the corner");
            Console.WriteLine("???: What are you doing in these radioactive swamps?");
            Console.ReadKey();
            Console.WriteLine("Mr.B: I've come here to destroy a deadly diseas called 'DAB'");
            Console.ReadKey();
            Console.WriteLine("???: You must be a mad lad. Many people have tried to destroy it before, but they have either failed and lived to tell the tale or die");
            Console.ReadKey();
            Console.WriteLine("Mr.B: I had no option, i was sent by the Totally not FBI@TM");
            Console.ReadKey();
            Console.WriteLine("Ol Johnny: So you are their latest agent, i was sent here aswell in 2069, but i was trapped here with no food or water");
            Console.ReadKey();
            Console.WriteLine("*I don't wanna end up like him, i have to move out and work");
            Console.ReadKey();
            Console.WriteLine("Mr.B:I have to go on with my misson, good luck surviving in here Jhonny");
            Console.ReadKey();
            Console.WriteLine("Ol Johnny: Y-you too!");
            Console.ReadKey();
            Console.WriteLine("*You head out of the house and back on the road");
            Console.ReadKey();
            Console.WriteLine("*You inspect the goblins body");
            Console.ReadKey();
            Console.WriteLine("*You find out that they are radiated russian gopniks");
            System.Threading.Thread.Sleep(500);
            Console.WriteLine("*This what Chernobyl explosion did to them");
            System.Threading.Thread.Sleep(500);
            Console.WriteLine("*Poor Chernobyl Gopniks");
            Console.ReadKey();
            Console.WriteLine("*You keep inspecting his body and you find a note");
            Console.ReadKey();
            using (StreamReader Note_1 = new StreamReader(path + @"\Note_1.txt"))
            {
                string Note1 = Note_1.ReadToEnd();
                Console.WriteLine(Note1);
            }
            Console.ReadKey();
            Console.WriteLine("*You dont understand the letter");
            Console.ReadKey();
            Console.WriteLine("*You start walking down the road");
            Console.ReadKey();
            while (true)
            {
                Console.BackgroundColor = ConsoleColor.Black;
                Console.ForegroundColor = ConsoleColor.Yellow;
                Console.WriteLine("The road splits to three:\n1.Dzheff memy\n2.net avtomobiley\n3.smert'");//\n3.banan\n4.smert'");
                Console.WriteLine("Which are you gonna go?");
                Console.BackgroundColor = ConsoleColor.Black;
                Console.ForegroundColor = ConsoleColor.White;
                string choiseRoad = Console.ReadLine();
                if (choiseRoad == "1")
                {
                    Console.WriteLine("*You decide do go to Dzheff memy");
                    Console.ReadKey();
                    Console.WriteLine("*You arrive");
                    Console.WriteLine("*You hear 'MYNAMAJEF' from far away");
                    Console.WriteLine("*You see a Russian goblin squatting nearby");
                    Console.ReadKey();
                    Console.WriteLine("Russian Goblin: Ubiraysya otsyuda!");
                    Console.WriteLine("*You dont understand anything, as usual");
                    Console.ReadKey();
                    Console.WriteLine("Mr.B: Can't you just speak English?");
                    Console.WriteLine("*Mr Bean realised that was a dumb question");
                    Console.ReadKey();
                    Console.WriteLine("*The Goblin decides to attack");
                    if (Secret_Code == "3499")
                    {
                        Console.WriteLine("*****************Skipping combat*****************");
                        Console.ReadKey();
                    }
                    if (Secret_Code != "3499")
                    {
                        Combat.gayd();
                    }
                    Console.WriteLine("You beat him");
                    Console.ReadKey();
                    Console.WriteLine("*You find 2 rubels on him");
                    Console.ReadKey();
                    Console.WriteLine("*They aren't worth much");
                    Console.ReadKey();
                    Console.WriteLine("Mr.B: I have to keep moving, i dont want to die to radiation");
                    BananNAS.BaNAS();
                }
                if (choiseRoad == "2")
                {
                    Console.WriteLine("*You decide do go to net avtomobiley");
                    Console.ReadKey();
                    Console.WriteLine("*You arrive");
                    Console.WriteLine("*You don't see any cars nearby");
                    Console.ReadKey();
                    Console.WriteLine("*But what you do see is another russian goblin, oh great");
                    if (Secret_Code == "3499")
                    {
                        Console.WriteLine("*****************Skipping Combat*****************");
                        Console.ReadKey();
                    }
                    else
                    {
                        Combat.gayd();
                    }
                    Console.WriteLine("*The goblin falls down after the hard fight");
                    Console.ReadKey();
                    BananNAS.BaNAS();
                }
                if (choiseRoad == "3")
                {
                    Console.WriteLine("*You decided do go to smert'");
                    Console.WriteLine("*Smert' could mean death in russian");
                    Console.ReadKey();
                    Console.WriteLine("*You arrive");
                    Console.ReadKey();
                    Console.WriteLine("*You are dying from radiation poisoning");
                    using (StreamReader DeathScreen2 = new StreamReader(path + @"\DeathScreen.txt"))
                    {
                        Console.BackgroundColor = ConsoleColor.Black;
                        Console.ForegroundColor = ConsoleColor.Red;
                        string DS2 = DeathScreen2.ReadToEnd();
                        Console.WriteLine(DS2);
                        Console.WriteLine("Do you wish to try again?\n1.Yes\n2.No");
                        string choiseBaDead = Console.ReadLine();
                        Console.BackgroundColor = ConsoleColor.Black;
                        Console.ForegroundColor = ConsoleColor.White;
                        if (choiseBaDead == "1")
                        {
                            Console.WriteLine("Returning to roads");
                            Console.ReadKey();
                        }
                        if (choiseBaDead == "2")
                        {
                            Console.WriteLine("Okay");
                            Console.ReadKey();
                            Environment.Exit(0);
                        }
                    }
                }
            }
        }