static void Main(string[] args) { Console.Title = "Dungeon of Tommorrow"; Console.WriteLine("WELCOME TO THE DUNGEON OF TOMORROOOWWW!!!"); //todo create player Weapon sword = new Weapon("Sword of Poop", 35, 45, 75, false); Player player = new Player("Neil", 80, 40, 75, Race.Elf, sword, 75); //todo create do While bool exit = false; do { //todo create a room Console.WriteLine(GetRoom()); //todo create monster Dragon d1 = new Dragon(); Dragon d2 = new Dragon("Undead Dragon", 25, 25, 25, 50, 20, 2, " its bones are melting away", true); Yeti y1 = new Yeti(); HeWhoShallNotBeNamed h1 = new HeWhoShallNotBeNamed(); Gargoyles g1 = new Gargoyles(); Shredder s1 = new Shredder(); Kraken k1 = new Kraken(); Frankenstein f1 = new Frankenstein(); CookieMonster c1 = new CookieMonster(); bool reload = false; Monster[] monsters = { d2, s1, d1, d1, y1, g1, g1, g1, g1, c1, c1, c1, c1, f1, f1, f1, k1, k1, h1, h1, y1, y1, d1, d1, d2, d1 }; Random rand = new Random(); Monster monster = monsters[rand.Next(monsters.Length)]; Console.WriteLine("\n in this room: " + monster.Name); do { //todo menu of choice #region MENU Console.WriteLine( "PLEASE CHOOSE AN ACTION:\n\n" + "\nA) Attack" + "\nR) RUN AWAY" + "\nC) Character Info" + "\nM) monster Info" + "\nX) Exit" + "\nEnter your choice: "); //todo catch the unser input string userChoice = Console.ReadLine().ToUpper(); //todo switch for user choice switch (userChoice) { case "A": // Console.WriteLine("Attack method goes here"); //todo handle if player wins //todo handle if player loses Combat.DoBattle(player, monster); if (monster.Life <= 0) { Console.WriteLine("\n you defrated a {0}", monster.Name); reload = true; } break; case "R": Console.WriteLine("RUN AWAY!!!"); //todo monster gers a free attack //todo load a new room Combat.DoAttack(monster, player); //free attack reload = true; break; case "C": Console.WriteLine("Character info"); //todo add players info to the screen Console.WriteLine(player); break; case "M": Console.WriteLine("monster info"); Console.WriteLine(monster); break; case "X": case "E": Console.WriteLine("ya ninny"); exit = true; break; default: Console.WriteLine("invalid choice. ya ninny!! try again"); break; }//end switch #endregion //todo:address players life if (player.Life <= 0) { Console.WriteLine("uhhh I got some bad news for you...you died\a"); exit = true; } } while (!reload && !exit); } while (!exit); }//end Main()
static void Main(string[] args) { //This is the program that will control the flow of the overall program (the experience of the user). All classes will be build in separate files and referred to in this program to allow us to use instances of the objects. Console.Title = "Forest Walker"; SpeechSynthesizer speech = new SpeechSynthesizer(); speech.SetOutputToDefaultAudioDevice(); Console.WriteLine("\n-=-=-= Welcome to ForestWalker =-=-=-\n" + @" __ .d$$b .' TO$;\ / : TP._; / _.; :Tb| / / ;j$j _.-' d$$$$ .' .. d$$$$; / / P' d$$$$P. |\ / ' .d$$$P' |\^'l .' `T$P^''''' : ._.' _.' ; `-.- '.-'-' ._. _.-'.-'' `.-' _____ ._ .-' - (.g$$$$$$$b. .' '' ^^ T$$$P ^) .(: _ / -' /.' /:/; ._.'-'`-' ')/ /;/; `-.- '..--'' ' / / ; .-' ..--'' -' : ..--''--.- ' (\ .-(\ ..--'' `-\(\/;` _. : ;`- :\ ; AWWWWOOOOOO"); var wolfHowl = new System.Media.SoundPlayer(); wolfHowl.SoundLocation = @"C:\Users\Student\Documents\Visual Studio 2017\Projects\03_CSF2\CSF2\DungeonApp\Dungeon\Resources\wolfHowl01.wav"; wolfHowl.PlaySync(); speech.Speak("Welcome to Forest Walker."); Console.WriteLine("\tWhat is your name, Traveler?"); string playerName = Console.ReadLine(); Console.Clear(); //Keep a running total variable for the user's score int score = 0; int monstersKilled = 0; Console.WriteLine("\tWelcome, {0}. You are about to embark on a spiritual journey through the North American forest.\nAn animal can be chosen to aid you on your journey.", playerName); Console.WriteLine(); //TODO 1. Create a Weapon and a Player Weapon dagger = new Weapon(1, 8, "Rusty Dagger", 8, false, "Sword", false, 10, false); Weapon bow = new Weapon(1, 8, "Short Bow", 2, false, "Bow", true, 15, true); Weapon club = new Weapon(5, 8, "Crude Club", 9, false, "Club", false, 0, false); Player player = new Player(playerName, 70, 2, 60, 60, Race.Human, bow); //Console.WriteLine(sword); - Commented out after testing ToString() return //TODO create a loop for finding animal spirit guides (one land one air?) //TODO create companions to choose from Companion wolf = new Companion("Lobo", 12, 7, 65, 20, 40, 40, Animal.Wolf, null, "A ferocious wolf with a powerful attack."); Companion bear = new Companion("Ben", 7, 4, 60, 40, 85, 85, Animal.Bear, null, "A great bear with a large health pool."); Companion deer = new Companion("Elliot", 5, 1, 50, 30, 30, 30, Animal.Deer, null, "A swift deer, he can help you escape if things look rough."); Companion bison = new Companion("Strongheart", 6, 2, 60, 60, 100, 100, Animal.Bison, null, "A mighty bison, low attack but his health pool is massive."); Companion horse = new Companion("Beau", 4, 1, 30, 90, 50, 50, Animal.Horse, null, "A sturdy steed, he is fantastic at blocking enemy attacks."); Companion mouse = new Companion("Ralph", 0, 0, 0, 100, 5, 5, Animal.Mouse, null, "A tiny mouse with an uncanny ability to dodge attacks and distract the enemy."); Companion raccoon = new Companion("Eddie", 3, 2, 90, 10, 20, 20, Animal.Raccoon, null, "A cheeky raccoon with high accuracy and a low block chance."); Companion skunk = new Companion("Pepe", 4, 2, 55, 40, 20, 20, Animal.Skunk, null, "This skunk is not a powerhouse but he can sometimes stink the enemy into submission."); Companion[] companions = { wolf, bear, deer, bison, horse, mouse, raccoon, skunk }; int companionChoice; repeat : Console.Write("\tEight animals now appear before you. In the stillness, you sense a purposeful patience in their demeanor.\n Some of these animals you may have caught glimpses or signs of in your journey earlier. Others you have not\n seen or heard until now. They all can aid you in some way, but not all of them will necessarily follow you.\n That is why you must choose your companions wisely.\n\nDo you understand? Y/N:"); tryAgain : string response = Console.ReadLine().ToUpper(); if (response == "Y" || response == "YES") { } else if (response == "N" || response == "NO") { Console.WriteLine("Then I will repeat the instructions. Please read carefully."); System.Threading.Thread.Sleep(3000); Console.Clear(); goto repeat; } else { Console.Write("Invalid input. Did you understand the instructions? Y/N: "); goto tryAgain; } chooseAnimal : Console.WriteLine("Choose your companion:\n" + "1) Lobo - wolf\n" + "2) Ben - bear\n" + "3) Elliott - deer\n" + "4) Strongheart - bison\n" + "5) Beau - horse\n" + "6) Ralph - mouse\n" + "7) Eddie - raccoon\n" + "8) Pepe - skunk\n"); string userNum = Console.ReadLine(); if (userNum == "1" || userNum == "2" || userNum == "3" || userNum == "4" || userNum == "5" || userNum == "6" || userNum == "7" || userNum == "8") { Console.Clear(); companionChoice = int.Parse(userNum); companionChoice--; Character companion = companions[companionChoice]; Console.WriteLine(companion); confirmChoice : Console.Write($"\nAre you sure you want to choose {companion.Name} as your companion?\nY/N:"); string confirm = Console.ReadLine().ToUpper(); if (confirm == "Y" || confirm == "YES") { Console.Clear(); } else if (confirm == "N" || confirm == "NO") { Console.Clear(); goto chooseAnimal; } else { Console.Clear(); Console.WriteLine("I need a yes or no answer."); goto confirmChoice; } } else { Console.WriteLine("Improper input. Please enter a value 1-8 to choose your companion."); goto chooseAnimal; } //TODONE 2. Create a loop for the room and monster bool exit = false; do { //TODO 3. Call a new room Console.WriteLine(GetRoom()); //TODONE 4. Create a monster Dragon d1 = new Dragon(); Dragon d2 = new Dragon("Toothless", 25, 25, 40, 10, 1, 12, "This is one bad dragon!", true); Orc o1 = new Orc(); Orc o2 = new Orc("gruk", 30, 30, 45, 20, 5, 7, "This brutish Orc is uglier than your average Orc, which is saying something!", true); Specter s1 = new Specter(); Specter s2 = new Specter("Bloody Bob", 20, 20, 50, 30, 2, 9, "A bloodthirsty specter darts toward you in a blind rage.", true); //Since Rabbit and other child classes are children of monster, all can be placed into an array of Monster objects Monster[] monsters = { d1, d1, d2, o1, o1, o1, o1, o1, o2, o2, s1, s1, s2 }; //Randomly select a monster from the array Random rand = new Random(); int randomNumber = rand.Next(monsters.Length); Monster monster = monsters[randomNumber]; Console.WriteLine("A monster appears! " + monster.Name); //TODO 5. Create a loop for the menu bool reload = false; do { //TODONE 6. Create the menu #region MENU Console.WriteLine("\n\nPlease choose an Action:\n" + "A) Attack\n" + "R) Run Away\n" + "P) Player Info\n" + "M) Monster Info\n" + "C) Companion Info\n" + "X) Exit\n\n" + $"Score: {score}\n\n"); #endregion //TODONE 7. Get User Choice #region UserChoice ConsoleKey userChoice = Console.ReadKey(true).Key; #endregion //TODONE 8. Clear the console after we get input from the user Console.Clear(); //TODO need to make program work without statement below Companion companion = companions[companionChoice]; //TODO 9. Build out the switch for userChoice #region Game Experience - Switch switch (userChoice) { case ConsoleKey.A: Console.WriteLine("Attack\n"); //TODO 10. Build attack logic and place here Combat.DoBattle(player, companion, monster); if (monster.Life <= 0) { //it's dead - you could put some logic here to have player get items, get life back , or something similar due to defeating the monster. Console.ForegroundColor = ConsoleColor.Green; Console.WriteLine("\nYou killed {0}! The spirit you freed from the monster restores some of your health.\n", monster.Name); Console.ResetColor(); player.Life += monster.MaxLife / 4; score += monster.MaxLife - (player.MaxLife - player.Life); monstersKilled++; reload = true; //get a new room and monster if (monstersKilled < 10) { } else { Console.WriteLine($"" + $"\tAs you deal the final blow to {monster.Name}, {companion.Name} seems to leap in\n triumph at your accomplishment. The monsters have been vanquished, and their tortured\n souls are now free. As you meet {companion.Name}'s eyes, a great sense of confidence\n and strength rises up within you. You know you made the right choice, and that the\n {companion.Animal} is truly your animal guide." + $"\n\n\tYou snap awake in your bed, and glance at the alarm clock on the nightstand.\n It's 3:33 a.m. The dream of the forest was so vivid, so incredibly real. You close your eyes, and still can clearly see the approving gaze\n of {companion.Name}. You\n realize that image will be burned into your memory, and any time you need help you'll\n be able to call upon the spirit of the {companion.Animal} to guide you in the waking world. You roll over and drift back to sleep, and as you drift away a calming sense\n of security washes over you. All is well.\n\n" + $"Final score: {score}\n" + $"Monsters killed: {monstersKilled}"); exit = true; reload = false; } } break; case ConsoleKey.R: Console.WriteLine("Run for your life!"); //TODO 11. Build run away logic Console.WriteLine($"{monster.Name} attacks you as you run!\n"); Combat.DoAttack(monster, player); //load a new room and monster reload = true; break; case ConsoleKey.P: Console.WriteLine("Player Info"); //TODONE 12. Add Player Info Console.WriteLine(player); break; case ConsoleKey.M: Console.WriteLine("Monster Info"); //TODONE 13. Add Monster Info Console.WriteLine(monster); break; case ConsoleKey.C: Console.WriteLine("Companion Info"); Console.WriteLine(companion); break; case ConsoleKey.X: case ConsoleKey.E: Console.WriteLine("The forest can break even the most battle-hardened. Strengthen your resolve before entering these woods again."); exit = true; break; default: Console.WriteLine("That input was not recognized. Please choose a valid option.\n"); break; } #endregion if (player.Life <= 0) { Console.WriteLine($"" + $"\tAs the light fades, you turn to lock eyes with {companion.Name}. He looks sad,\n but stoic as your life fades away. You both gave your best. Perhaps the\n {companion.Animal} was not your proper animal guide." + $"\n\n\tYou snap awake in your bed, and glance at the alarm clock on the nightstand.\n It's 3:33 a.m. The dream of the forest was so vivid, so incredibly real. You lift your\n shirt and check your body for the wounds that just claimed you, just to make sure\n you aren't still bleeding out. You're fine, of course. Even still, the image of{monster.Name}\n hovering over you, the look in {companion.Name}'s eyes as you drew\n your last breath... You can feel the image is going to stick with you for quite some\n time." + $"\n\nMaybe you'll be able to settle back down to sleep, and one day again become the Forest Walker.\n\n" + $"Final score: {score}\n" + $"Monsters killed: {monstersKilled}"); exit = true; } //TODO 14. Handle Player Life } while (!reload && !exit); } while (!exit);//while exit is NOT TRUE keep in the loop }//end Main()