public static void Main()
Console.WriteLine("You wake up, it's hot and sunny. You have no idea how you go here or your identity.");
Console.WriteLine("You see that you are surrounded by a glass dome. You decide to search for any signs of life");
Console.WriteLine("Type 'search' to go and search ");
Console.WriteLine("Type 'sleep' to go back to sleep");
choiceOne = Console.ReadLine();
choiceOne = choiceOne.ToLower();
if (choiceOne == "search")
Console.WriteLine("You stand up, congratulations. Now go and search for life.");
Console.WriteLine("After several minutes, you encounter a bunch of female humans around a fire pit, quite a magnificent sight.");
Console.WriteLine("They have spotted you, they smile. Aww... Then they reach into their bags and pull out their knives");
Console.WriteLine("They start to run towards you, will you run or reason with them?");
Console.WriteLine("type 'reason' to try and reason with them.");
Console.WriteLine("type 'run' to start running.");
choiceTwo = Console.ReadLine();
choiceTwo = choiceTwo.ToLower();
Console.WriteLine("You start to run in circles to try and tire them out, great thinking.");
Console.WriteLine("After a while, you start to tire out instead, fat pig.");
Console.WriteLine("So you decide to run to the forest but trip over some tree roots.");
Console.WriteLine("You don't have the energy to run anymore, what will you do?");
Console.WriteLine("Type 'break' to tell the girls you need a time out from tiggy");
Console.WriteLine("Type 'fusion' to stand next to the tree and become one with it");
choiceThree = Console.ReadLine();
choiceThree = choiceThree.ToLower();
if (choiceThree == "fusion")
Console.WriteLine("Is that a bird? Is that a plane? No, it's tree-man! The horde of beautiful ladies have ran past you.");
Console.WriteLine("even though you're actually just standing next to a tree.");
Console.WriteLine("Sorry buddy, you're not tree-man, with great power comes with great responsibility.");
Console.WriteLine("You decide to take a break and rest beside the tree.");
Console.WriteLine("You're so focus on surviving that you didn't know the dome is filled with girls wherever you go.");
Console.WriteLine("Lots and lots of girls... with knives stabbing each other for their meat.");
Console.WriteLine("You're so focused on perverting, you didn't notice the tree touch you and grew its roots around your body trying to eat you.");
Console.WriteLine("Type 'resist' to fight the tree roots and try to untangle yourself");
Console.WriteLine("Type 'embrace' to let go of the struggle and be devoured by the tree");
choiceFour = Console.ReadLine();
choiceFour = choiceFour.ToLower();
if (choiceFour == "wake up")
Console.WriteLine("You woke up, it was just a dream...");
Console.WriteLine("The end.");
Console.WriteLine("The roots grab your arms and legs and rip them from your body. You scream in pain.");
Console.WriteLine("The grass is painted in red, the tree roots then proceed to grab your head. *Crunch*");
Console.WriteLine("Sorry to say this isn't tiggy. THIS IS SPARTAAAA. just kidding,");
Console.WriteLine("the girls tackles you and stab you repeately on the face, ouch. You look like a mess, a dead mess.");
Console.WriteLine("'Hello coul...' they slice your throat, rip out your stomache and feed on your organs like zombies. Good try, the end.");
Console.WriteLine("You went back to sleep, that's a shame. Boring. The end");
Console.WriteLine("Play again? y/n");
vReset = Console.ReadLine();
vReset = vReset.ToLower();
Console.WriteLine("Bye");