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 died");
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 are in the life of the trapper. He acts vulnerable, and unpexpectant, but he knows what will happen. You are ShadowFlame45");
Console.WriteLine("the end");