public static void Main()
Console.WriteLine("Choose a path : Left, Middle, Right, Back");
string way = Console.ReadLine();
Console.WriteLine("Idiot there's a hole there, you fell in");
Console.WriteLine("You lived and found a treasure, good job");
Console.WriteLine("You found a cave, and there was a head bump trap and you fell into the void.");
Console.WriteLine("You flee and went back home. Was it right?");
Console.WriteLine("...now what, (Spend, End)");
way = Console.ReadLine();
Console.WriteLine("You used all the treasure on hypixel, what a dumb move.");
Console.WriteLine("Thank-a-you for playing-a-my game!");
Console.WriteLine("with all your money gone, now what? (Read Ending Story, End");
way = Console.ReadLine();
case "Read Ending Story":
Console.WriteLine("You spent your money on a good PC, and MVP Plus. You trash on others, and you are toxic. You are AshySkin");
Console.WriteLine("You are poor.");
Console.WriteLine("You were trapped, but by who?(Read Ending Story, End)");
way = Console.ReadLine();
case "Read Ending Story":
Console.WriteLine("You act vulnerable, but you aren't. you are a trapper. You act like nothing is happening, but you know something is happening. You are ShadowFlame45.");
Console.WriteLine("Is this the end? Is this certain death? (Attempt to fix, end)");
way = Console.ReadLine();
Console.WriteLine("You get your water bucket out, and you are able to MLG water bucket to safety. You become an absolute try hard and love optimization. You are DarkFlame203.");
Console.WriteLine("Player hit the ground too hard");
Console.WriteLine("You go back home, and don't know what to do. (Play a game, Sleep)");
way = Console.ReadLine();
Console.WriteLine("You go to your PC and load up your favortite game.");
Console.WriteLine("You go to bed and sleep.");
Console.WriteLine("It loaded! Choose a Path : Enter castle, Enter cave, Enter house");
way = Console.ReadLine();
Console.WriteLine("The castle was abandoned long ago, and only monsters live in it. One attacks you! You thought you were dead but you get out your golden sword and block attack the life out of it! GG.");
Console.WriteLine("Deep into the cave, there was a treasure! Of nothing. It has been looted by someone far before you. There was a paper inside it. It says 'trash lmfa- Before you could read the rest, you blow up. It was a trapped chest!'");
Console.WriteLine("It goes quiet for a while, until a hoard of enemies appear! What do you do? (Search, Fight)");
way = Console.ReadLine();
Console.WriteLine("You try to fight them, but there are to much to fight at one time. You died!");
Console.WriteLine("You search the enemy you killed, and found very great armor and a sword! This is enough to fend all of them off. You fight them and fight successfully!");
Console.WriteLine("You head back to the village, and see the same locations. (Enter cave, Enter house");
Console.WriteLine("Entering house...");
Console.WriteLine("Entering cave...");
Console.WriteLine("u enter");
way = Console.ReadLine();
Console.WriteLine("You find a chest! you open it, and it explodes! it was trapped. Luckily, your armor had Blast prot IV.");
Console.WriteLine("the end");