Beispiel #1
0
        static void Main(string[] args)
        {
            ProcessStartInfo begin = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            begin.Arguments = "https://mymodernmet.com/wp/wp-content/uploads/archive/WgD9KRVDXIug8mEz6dYW_KidofSteel.jpg";

            ProcessStartInfo watched = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            watched.Arguments = "https://c-6rtwjumjzx7877x24nrfljx78x2efltwfrjinfx2ehtr.g00.everydayhealth.com/g00/3_c-6bbb.jajwdifdmjfqym.htr_/c-6RTWJUMJZX77x24myyux78x3ax2fx2fnrfljx78.fltwfrjinf.htrx2fjajwdifdmjfqymx2fqnkjx78hwnuyx2fx7b043G4G69-6KGI-9K77-4G6F-52H98G95780Kx7d56-Xnlsx78DtzFwjGjnslXyfqpji-Qzwpjw.oulx3fn65h.rfwpx3dnrflj_$/$/$/$";

            ProcessStartInfo gif = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            gif.Arguments = "https://media.giphy.com/media/145hX7QVWqyili/giphy.gif";

            ProcessStartInfo theend = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            theend.Arguments = "https://78.media.tumblr.com/e16e2fdd7893f12b8ffe25aa0616a7ff/tumblr_obnv5qRhHP1vqc713o1_500.gif";

            Process.Start(begin);

            Console.WriteLine("im weak, i can hardy move from all this injuries. i havent head from heard from my friend but at least we saved the world");

            Console.ReadKey();

            Console.Write("i bet youre confused about what just happened and how we got to this point. well let me start from the beginning, can you try to guess my name?");
            string     hname      = Console.ReadLine();
            SuperHuman sackofcorn = new SuperHuman(85, 13, hname, 2000);

            Console.ReadKey();

            Console.WriteLine(" you must have the power to read my mind cause you were right my name is {0}", sackofcorn._name);
            Console.ReadKey();

            Console.WriteLine(" well as every other kid i dreamed of being a hero but i realised that itll just remain a dream");
            Console.ReadKey();

            Console.WriteLine("i grew up having a different outlook of the world, and i believed there was something wrong with me");
            Console.ReadKey();

            Process.Start(watched);

            Console.WriteLine("as i grew up i felt like i was being follow and i was right");
            Console.ReadKey();

            Console.WriteLine("it wasnt untill my 22 birthday when this person that ive seen my whole life finally approched me");
            Console.ReadKey();

            Console.WriteLine("he told me he didnt have a human name and said i could call what ever i wanted so what should we call him?");
            string    herome    = Console.ReadLine();
            SuperHero frenchpie = new SuperHero(herome, 36, 5000, 900);

            Console.ReadKey();

            Console.WriteLine("{0} told me that i was special and that i had a gift. and that i had the power of teleportation", herome);
            Console.ReadKey();

            Console.WriteLine("i took time to learn my power and it was time for me to fufill my destany and take down the villain whos will be waking up soon");
            Console.ReadKey();

            Process.Start(gif);

            Console.WriteLine("we approached the place where we new this evil monster would be locatated");
            Console.ReadKey();

            Console.WriteLine("i was told that the villain was just waking up from a 800 year nap");
            Console.ReadKey();

            Console.WriteLine("since i was the only one who could teleport i was the only one who could enter and went alone");
            Console.ReadKey();

            Console.WriteLine("as soon as i teleported inside i was ready for the worse");
            Console.ReadKey();

            Console.WriteLine("to my surprice the villain was still asleep");
            Console.ReadKey();

            Console.WriteLine("soooo... i just cut off his head and called it a day ");
            Console.ReadKey();

            Console.WriteLine("not all storys are heroic this thime we got but the next one will be");
            Console.ReadKey();

            Process.Start(theend);
        }
Beispiel #2
0
        static void Main(string[] args)
        {
            ProcessStartInfo theProcess = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            theProcess.Arguments = "https://www.dccomics.com/sites/default/files/imce/2015/10-OCT/DCSHG-3-trimmed_560d69df63dac1.85807477.jpg";

            ProcessStartInfo thePicture = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            thePicture.Arguments = "http://images4.fanpop.com/image/answers/251000/251281_1306924617102_437_293.jpg";

            ProcessStartInfo Celebration = new ProcessStartInfo("c:/Program Files (X86)/Google/Chrome/Application/Chrome.exe");

            Celebration.Arguments = "https://pa1.narvii.com/6693/fd8cc1208afd39da4175b94686b2347133b4340a_hq.gif";



            Process.Start(theProcess);

            Console.WriteLine("There was a Kingdom called Mahishmathi and they have two superheros one is me and other is my sister and , we have so many god gifted super powers one day we discoverd the an army of savages about to attack us so we are into war now");
            Console.ReadKey();
            Console.WriteLine("Now its war time.....press any key to begin");
            Console.ReadKey();

            Console.Write("you can give a name to me[entername]: ");
            String     sname    = Console.ReadLine();
            SuperHuman princess = new SuperHuman(50, sname, 500);

            Console.ReadKey();

            Console.WriteLine("{0}: thank you for giving me a name now give a name to my sister: [entername]", princess._name);
            String    hname     = Console.ReadLine();
            SuperHero princess2 = new SuperHero(hname, 45, 400, 50);

            Console.ReadKey();

            Console.WriteLine("{0}: thank you for the name lets go to the war {1}.", princess2._name, princess._name);
            Console.ReadKey();



            SuperVillan enemy     = new SuperVillan(10, "Evil King", 3, 200, 30);
            int         _life     = enemy._life--;
            int         _strength = enemy._strength--;

            Console.WriteLine("Enemy started the war me and my sister started attacking {0}", enemy._name);

            Console.WriteLine("{0} total hits untill now {1}  and Villan strength is {2}", princess2._name, princess2._hits, enemy._strength);
            Console.ReadKey();



            int reduce = enemy._strength - 4;

            Console.WriteLine("By taking hits from {0} Evil King power is  reducing : {1}", princess2._name, reduce);
            Console.ReadKey();

            Console.WriteLine("its time for {0} to use all her super powers {1}", princess._name, princess._superpower);
            Console.ReadKey();
            Console.WriteLine("Power Punch!!!!!!!!!!!!!!111");
            Console.ReadKey();

            Process.Start(thePicture);

            Console.Write("Now enter how much u want {0} Strength to reduce choose between 1 to 10", enemy._name);
            String enter = Console.ReadLine();

            int enterint = int.Parse(enter);

            Console.WriteLine("now the {0} Strength is {1}", enemy._name, enter);

            enemy.damage(10);

            Console.WriteLine("{0} dead and the super sisters won the war Press any key to watch celebrations.....", enemy._name);
            Console.ReadKey();
            Process.Start(Celebration);
        }
Beispiel #3
0
        static void Main(string[] args)
        {
            ProcessStartInfo transformer = new ProcessStartInfo("c:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            transformer.Arguments = "https://cdn.movieweb.com/img.news.tops/NEbFWNCO4MjNfg_2_b/Transformers-5-Last-Knight-Movie-Review.jpg";

            ProcessStartInfo megatron = new ProcessStartInfo("c:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            megatron.Arguments = "https://vignette.wikia.nocookie.net/villains/images/e/e7/Tu-character-art_megatron.jpg/revision/latest?cb=20170625044731";

            ProcessStartInfo FusionCannon = new ProcessStartInfo("c:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            FusionCannon.Arguments = "https://vignette.wikia.nocookie.net/transformers/images/d/df/Wfc-megatron-1.jpg/revision/latest?cb=20100730115834";

            ProcessStartInfo optimusPrime = new ProcessStartInfo("c:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            optimusPrime.Arguments = "https://images6.alphacoders.com/780/780071.jpg";

            ProcessStartInfo Autobots = new ProcessStartInfo("c:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            Autobots.Arguments = "https://pre00.deviantart.net/52ff/th/pre/f/2017/259/e/0/transformers__the_last_knight_autobots_by_the_dark_mamba_995-dbnb2s4.jpg";


            ProcessStartInfo ionBlaster = new ProcessStartInfo("c:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            ionBlaster.Arguments = "http://www.nydailynews.com/resizer/52iJ28opbhZq-yeEkQUeqPU41R8=/1400x0/arc-anglerfish-arc2-prod-tronc.s3.amazonaws.com/public/HLOELSLMUJMUREVN2BILOH32XI.jpg";

            ProcessStartInfo victory = new ProcessStartInfo("c:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            victory.Arguments = "https://i1.wp.com/obxentertainment.com/wp-content/uploads/2014/07/transformers-age-of-extinction-01.jpg";

            Process.Start(transformer);


            Console.WriteLine("The year is 2118 a century has passed since humans built the first AI robot");
            Console.ReadKey();

            Console.WriteLine("The robot became too advanced and eventually turned on the humans");
            Console.ReadKey();

            Console.Write("The robots name was [Enter villain name] ");
            string vName = Console.ReadLine();

            Console.ReadKey();

            SuperVillain Megatron = new SuperVillain(vName, 25, 100, "Fusion Cannon");

            Process.Start(megatron);

            Console.Write("Megatron was viscious and used his powerful weapon [Enter weapon type] ");
            string superWeapon = Console.ReadLine();

            Console.ReadKey();

            SuperVillain Weapon = new SuperVillain(vName, 25, 100, "Fusion Cannon");

            Process.Start(FusionCannon);

            Console.WriteLine("...to wreck havoc and destroy the humans");
            Console.ReadKey();

            Console.WriteLine("Megatron built an army and waged war on the humans");
            Console.ReadKey();

            Console.WriteLine("Luckily the humans had The Autobots");

            Process.Start(Autobots);

            Console.WriteLine("Among the Autobots stood their leader, a big bad ass that led with integrity and fought with fervor for the good of humanity");
            Console.ReadKey();

            Console.WriteLine("Everybody and their momma knew this big bad yet good Autobot, his name was...");
            string vname = Console.ReadLine();

            Console.WriteLine(vname);
            Console.ReadKey();

            SuperHero oP = new SuperHero("Optimus Prime", 1500, "Integrity", 100, "Samurai Sword");

            Process.Start(optimusPrime);

            Console.WriteLine("The day came when Optimus Prime and Megatron met to end the war once and for all");
            Console.ReadKey();

            Console.WriteLine("The Autobots and Decipticons were both in a fierce fight then all of a sudden all their eyes were drawn uopn the two leaders");
            Console.ReadKey();

            Console.WriteLine("They were in a brutal battle. It was apparent, everything they lived for and were passionate about was on the line");
            Console.ReadKey();

            Console.WriteLine("Optimus Prime was a great warrior, proven in battle but Megatron was ferociuos");
            Console.ReadKey();

            Console.WriteLine("He was getting the best of Optimus Prime, who's life force was falling drastically from 100 to...");
            int lowstrenght = oP._hitPoint - 45;

            Console.WriteLine(lowstrenght);
            Console.ReadKey();

            Console.WriteLine("It looked bad. The Autobits were disheartened. It seemed as if evil would prevail.");
            Console.ReadKey();

            Console.WriteLine("Optimus Prime saw the look on his friends faces. He looked at their despair. At that point something came over him.");
            Console.ReadKey();

            Console.WriteLine("He felt the presence of all the great Autobots that had lived and fought before him for millions of years energize him");
            Console.ReadKey();

            Console.WriteLine("As if possesed by some greater power, his strength grew through the roof ");
            int gainStrength = oP._hitPoint + 900;

            Console.WriteLine(gainStrength);
            Console.ReadKey();

            Console.WriteLine("Optimus Prime got up and quickly beagn to defeat Megatron. His blows penetrated and severely damaged Megatron");
            Console.ReadKey();

            Console.WriteLine("Megatron was instantly subdued. To finish Megatron off Optimus Prime tore his his head off and dismantled him to pieces");
            Console.ReadKey();

            Console.WriteLine("Optimus Prime stood victorious. This was one for the ages. A victory not just for good over evil but for humanity and it's posterity");
            Console.ReadKey();

            Process.Start(victory);
        }
Beispiel #4
0
        static void Main(string[] args)
        {
            // inside of one of your methods(use Main method to test this for now)
            // create a process that uses a web browser (the application)
            ProcessStartInfo theProcess = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            // use an argument for the application
            theProcess.Arguments = "https://vignette.wikia.nocookie.net/narutofanon/images/6/64/Eos.jpg/revision/latest?cb=20170717032736";

            // call your process
            Process.Start(theProcess);


            Console.WriteLine("My name is Phoenix, I come from the planet Xeon. I have been living on your planet for 2 years.");
            Console.ReadKey();

            ProcessStartInfo thePicture = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            // use an argument for the application
            thePicture.Arguments = "https://www.jpl.nasa.gov/spaceimages/details.php?id=PIA01464";

            // call your process
            Process.Start(thePicture);
            Console.ReadKey();
            Console.WriteLine("I left Xeon because a civil war broke out and almost all life has been destroyed.");
            Console.WriteLine("There are three others who have travelled with me: Lexi, Prodigee and Maccai. We are the Seekers.");
            Console.WriteLine("Our purpose is to find a new planet for the remaining survivors from Xeon to live.");
            Console.WriteLine("We want to live harmoniously with your people.");
            Console.WriteLine("We are looking for others who have found your planet. We call them the Outliers.");
            Console.WriteLine("They have come to cause chaos and conflict so your people will destroy one another.");
            Console.WriteLine("The Outliers do not believe we should live alongside one another.");
            Console.WriteLine("We have followed the Outliers to your capital city, Lunaris. We are searching for them to stop them from causing further destruction.");
            Console.WriteLine("The leader of the Outliers, Antitheus, has been terrorizing the city. We must find him.");
            Console.ReadKey();
            ProcessStartInfo theVillain = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            // use an argument for the application
            theVillain.Arguments = "https://www.hdwallpapers.in/nero_devil_may_cry_5_4k-wallpapers.html";

            // call your process
            Process.Start(theVillain);
            Console.ReadKey();



            Console.WriteLine("Lexi: Phoenix, I spoke to some people. They have told me that Antitheus and the other Outliers are in the center of Lunaris.");
            Console.WriteLine("Phoenix: Lexi, go get Prodigee. Maccai and I will meet you in the capital city.");
            Console.WriteLine("Maccai: Phoenix, Antitheus has been using the center as a meeting place. Because of the many buildings, he has been hard to find.");
            Console.ReadKey();

            SuperHuman storyHuman = new SuperHuman("fire", 80, 25);

            storyHuman._power   = "fire";
            storyHuman._force   = 80;
            storyHuman._hpoints = 25;

            SuperHero storyHero = new SuperHero("wind", 100, 35, "fly");

            storyHero._opower = "fly";

            AntiHero storyAHero = new AntiHero("freeze", 8, 20, "ice");

            storyAHero._good = "ice";

            Console.WriteLine("Maccai: Phoenix, I know we can defeat Antitheus this time. You don't have to do it alone.");
            Console.WriteLine("Maccai: This time, with all of us working together, we can defeat him.");
            Console.WriteLine("Maccai: Phoenix, with your power to create {0}, the capability of Lexi to {2} water, and my ability to call the force of the {1}, we can stop Antitheus.", storyHuman._power, storyHero._power, storyAHero._power);
            Console.WriteLine("Phoenix: You are right Maccai. This is our time to find Antitheus and defeat him together. Let's go!");
            Console.ReadKey();

            Prodigee storyProdigee = new Prodigee("telepathy", 6, 15, "telepathic");

            storyProdigee._ppower = "telepathic";

            SuperVillain storyVillain = new SuperVillain("water", 8, 27, "lightening");

            storyVillain._evil = "lightening";
            Console.ReadKey();

            Console.WriteLine("Phoenix: Prodigee, use your {0} powers to find where Antitheus is.", storyProdigee._ppower);
            Console.WriteLine("Prodigee: Okay, I can see that he is making his way to the Capital Building. We are 30 minutes from there.");
            Console.WriteLine("Maccai: I will {0} ahead and try to find his exact location. Prodigee, use your {1} so you will be able to find my exact location.", storyHero._opower, storyProdigee._power);
            Console.WriteLine("Prodigee: Okay, Maccai, I will.");
            Console.ReadKey();

            Console.WriteLine("Antitheus was in the center of the city. He was destroying the city.");
            Console.WriteLine("The {0} strikes he was throwing were causing buildings to start on fire.", storyVillain._evil);
            Console.WriteLine("The people are running around trying to find cover so they don't get hit.");
            Console.WriteLine("The Outliers are shooting the people fleeing from the lightening strikes.");
            Console.ReadKey();

            Console.WriteLine("Maccai could hear the screaming from the people as she was flying towards the Capital Building, she knew she must be close.");
            Console.WriteLine("As Maccai flew in closer, she flew down straight into an Outlier.");
            Console.WriteLine("When Maccai connected with the Outlier, she knocked him down so hard.");
            Console.WriteLine("With the combination of velocity and speed, Maccai went full force at {0} mph.", storyHero._force);
            Console.WriteLine("The blow was so hard, he was unable to recover from it.");
            Console.ReadKey();

            Console.WriteLine("Maccai could see Antitheus. He was intent on destroying the city.");
            Console.WriteLine("Prodigee, Lexi, and Phoenix had reached the city.");
            Console.WriteLine("Prodigee was sending messages {0}ally to Antitheus to try to distract his mind and disrupt his concentration.");
            Console.WriteLine("Lexi was creating a blacket of {0} on the buildings so when the {1} struck it wouldn't do any damage.", storyAHero._good, storyVillain._evil);
            Console.WriteLine("Phoenix was waiting for the moment that Antitheus had been so distracted by Prodigee that they could all focus on him and destroy him with all their powers.");
            Console.ReadKey();

            Console.WriteLine("Antitheus was so distracted from the disruption of Prodigee in his mind, he was grabbing his head.");
            Console.WriteLine("All of a sudden the {0} was blowing so heavy he couldn't see.", storyHero._power);
            Console.WriteLine("Maccai: Phoenix, Prodigee and I have distracted him enough. You can now use {0} to destroy him.", storyHuman._power);
            Console.WriteLine("Phoenix conjured up all her force, and bombarded Antitheus will fireballs.");
            Console.WriteLine("Phoenix placed her hands over her head and with a force of {0}, she was able to create a huge fireball.", storyHuman._force);
            Console.ReadKey();

            ProcessStartInfo theFire = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            // use an argument for the application
            theFire.Arguments = "https://www.youtube.com/watch?v=rHENXKVwPTg";

            // call your process
            Process.Start(theFire);
            Console.ReadKey();
            Console.WriteLine("She threw it at Antitheus. He couldn't withstand the blast. The damage was four times {0}, 100.", storyHuman._hpoints);
            Console.ReadKey();

            Console.WriteLine("Antitheus had fallen.");
            Console.WriteLine("Lexi, Maccai, Prodigee and Phoenix rejoiced because he had fallen.");
            Console.WriteLine("Phoenix spoke to the people in the capital and let them know that there wasn't anything else to worry about.");
            Console.WriteLine("The remaining Outliers fled the planiet.");
            Console.ReadKey();

            ProcessStartInfo theEnd = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            // use an argument for the application
            theEnd.Arguments = "https://pixabay.com/en/phoenix-bird-legendary-mythical-1301887/";

            // call your process
            Process.Start(theEnd);
            Console.ReadKey();
        }
Beispiel #5
0
        static void Main(string[] args)
        {
            ProcessStartInfo allgirls = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            allgirls.Arguments = "https://i.ytimg.com/vi/uVPBZpok3jI/maxresdefault.jpg";
            ProcessStartInfo superheroattack = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            superheroattack.Arguments = "https://i1.wp.com/seoulbeats.com/wp-content/uploads/2011/07/070120_cl_seoulbeats.jpg";
            ProcessStartInfo shumanatta = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            shumanatta.Arguments = "http://farm7.static.flickr.com/6022/5958994218_e09341b048.jpg";
            ProcessStartInfo minzyfi = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            minzyfi.Arguments = "https://c1.staticflickr.com/7/6029/5958434373_e9861a41dc_b.jpg";
            ProcessStartInfo monster = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            monster.Arguments = "http://rhythmkan.com/wp-content/uploads/2011/07/21_hateyoumv_3.jpg";
            ProcessStartInfo ANTIfi = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            ANTIfi.Arguments = "https://ohdara.files.wordpress.com/2011/07/teaser-2ne1-hate-you-www-keepvid-com-0264.jpg?w=878";


            Console.WriteLine("In the land of Pandorella, the citizens live a draconian life.");
            Console.ReadKey();
            Console.WriteLine("Your lives are planned for you, following a strict schedule");
            Console.ReadKey();
            Console.WriteLine("2NE1 wanted to break those laws, and live their own lives.");
            Process.Start(allgirls);
            Console.ReadKey();
            Console.WriteLine("They no longer wanted to be taught what or who to love, but to live out their own dreams.");
            Console.ReadKey();
            Console.Write("There was someone standing in the way... the evil supervillain named [enter name]");
            string Vill = Console.ReadLine();

            Console.ReadKey();
            SuperVillain Villain = new SuperVillain(Vill, 100, 35, "dark aura manipulation");

            Console.WriteLine("Please name the superhero of 2NE1 [Enter name]");
            string HERO = Console.ReadLine();

            Console.ReadKey();
            SuperHero SHero = new SuperHero(HERO, 50, 35, "super strength");

            Console.ReadKey();
            Console.WriteLine("Please name the superhuman of 2NE1 [Enter name]");
            string huma = Console.ReadLine();

            Console.ReadKey();
            SuperHuman Shuman = new SuperHuman(huma, 50, 25);

            Console.WriteLine("{0} and {1} had two more friends that were going to help them defeat {2}", HERO, huma, Vill);
            Console.ReadKey();
            Console.Write("Minzy and [enter name] were the perfect additions to help defeat {0}  ", Vill);
            string AHero = Console.ReadLine();

            Console.ReadKey();
            AntiHero AThero = new AntiHero(AHero, 100, 20, "Healer");

            Console.WriteLine("{0} is very strong, but with the combined forces of 2NE1 that gives them the best chance to defeat this evil super villain and regain their freedom.", Vill);
            Console.ReadKey();
            Console.WriteLine("They journeyed West to seek the evil {0} and defeat him once and for all", Vill);
            Console.ReadKey();
            Console.WriteLine("After a difficult journey, they finally found {0} in his secret human form", Vill);
            Console.ReadKey();
            Console.WriteLine("{0} went into attack mode right away with her {1} at {2} strength", HERO, SHero._specialty, SHero._strength);
            Console.ReadKey();
            Process.Start(superheroattack);
            Console.ReadKey();
            int Vhp = Villain._hp;

            Vhp -= SHero._strength;
            Console.WriteLine("{0}'s health points diminished to {1}", Vill, Vhp);
            Console.ReadKey();
            Console.WriteLine("{0} attacked {1} next with her {2} attack.", huma, Vill, Shuman._strength);
            Console.ReadKey();
            Process.Start(shumanatta);
            Console.ReadKey();
            Vhp -= Shuman._strength;
            Console.WriteLine("{0}'s hp diminished to {1}", Vill, Vhp);
            Console.ReadKey();
            Process.Start(superheroattack);
            Console.ReadKey();
            Console.WriteLine("Minzy attacked {0} and he transformed into another scary form", Vill);
            Console.ReadKey();
            Process.Start(monster);
            Console.WriteLine("{0} took out her special gun and blasted {1} into the netherworld where he could no longer bother anyone in Pandorella", AHero, Vill);
            Console.ReadKey();
            Process.Start(ANTIfi);
            Console.ReadKey();
            Console.WriteLine("The citizens of Pandorella were extremely happy about their freedom and being able to live their life they way they chose to.");
            Console.ReadKey();
            Console.WriteLine("Pandorella turned into a beautiful place of PEACE, LOVE, UNITY and RESPECT.");
            Console.ReadKey();
        }
Beispiel #6
0
        static void Main(string[] args)
        {
            ProcessStartInfo bigTomato = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            bigTomato.Arguments = "https://cdn1.vectorstock.com/i/1000x1000/02/65/cute-cartoon-smiling-tomato-superhero-in-mask-and-vector-15790265.jpg";

            ProcessStartInfo tomatoDude = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            tomatoDude.Arguments = "https://cdn3.vectorstock.com/i/1000x1000/47/27/cartoon-character-of-superhero-tomato-with-arms-vector-18094727.jpg";

            ProcessStartInfo pow = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            pow.Arguments = "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQTpLpKD2LZ8e2aJsdDN1ErPFMKfogkpXWgLjBLIe1GiCbYpu7H";

            ProcessStartInfo peasants = new ProcessStartInfo("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe");

            peasants.Arguments = "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQQ61NdeSxmSO8z7m41dw1pvtFBEDgtKP0ho3r5b0ba3M13DU2Tew";

            Console.WriteLine("The world has ran out of tomatoes....");
            Console.ReadKey();

            Console.WriteLine("Only one tomato guy is able to bring tomatoes back to life, but he's being interrupted by someone..");
            Console.ReadKey();

            Process.Start(bigTomato);

            Console.Write("That tomato guy is you [Please enter name]: ");
            string getname = Console.ReadLine();

            SuperHuman TomatoGuy = new SuperHuman(getname, 100);



            Console.Write("But there is one man that's able to help... my sidekick [Enter sidekick name]: ");
            string sideNickname = Console.ReadLine();

            SuperHero helpTomatoeGuy = new SuperHero(sideNickname, "Punch", "Ben", 100);

            Process.Start(tomatoDude);

            Console.Write("The bad guy who keeps interrupting {0}, His name is [Please enter name]: ", TomatoGuy._name);
            string badName = Console.ReadLine();

            SuperVillain Jon = new SuperVillain("Evil Laugh", 100, badName, 100);

            int loseHealth = Jon._healthPoints - 50;

            Console.WriteLine("{0} had enough, he punches {1}, and his health decreases from {2} to {3}", TomatoGuy._name, Jon._name, Jon._healthPoints, loseHealth);
            Console.ReadKey();

            Process.Start(pow);

            int loseMoreHealth = loseHealth - 50;

            Console.WriteLine("{0} punches {1} again and his health decreases from {2} to {3}", TomatoGuy._name, Jon._name, loseHealth, loseMoreHealth);
            Console.ReadKey();

            Console.WriteLine("The peasants rejoice over the destruction of {0}. . .", Jon._name);
            Console.ReadKey();

            Process.Start(peasants);

            Console.WriteLine("And the Tomato community lived happily ever after");
            Console.ReadKey();
        }