public static void Main()
Console.WriteLine("You are walking in the park and you see a bear. What will you do?");
Console.WriteLine("Type 1 to fight the bear. Type 2 to run");
int userAns = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You somehow deafeat the bear. Type 1 to call the police");
int bear = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("The police arive, and you tell them what happened. They take the bear away and take you in for questioning.🕵 They ask you how you knew about the secret mission. Type 1 to qustion them");
int police = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("The police realise their mistake, and take you outside. You see one of them taking out a gun.👮 Type 1 to make a run for it.");
int escape = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You sprit around a corner and find yourself stuck on a bridge.🌉 Your only option is to jump. Type 1 to jump");
int jump = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("As you see the police gaining up on you, you jump off the bridge.🤸 As soon as you fall, you realise that there is a highway immediatly below you. You fall and get hit by a truck. THE END");
Console.WriteLine("You start running from the bear. The bear is close behind you. You turn around a building and the bear loses your tail. Type 1 to walk back home ");
Console.WriteLine("While walking, you notice a shining object on the side of the road. You pick it up and you are suddenly moved to a desert. Behind you is the bear from earlier. TIME EVENT TYPE 1 AS FAST AS YOU CAN");
int timer = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You dodge the bear and run for safety. You find a sword. Type 1 to use sword");
int useSword = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You strike the bear down with your sword. Having defeated the bar, you continue to walk through the desert In the distance you see a dinousaur (as per matt's request), running at you. Type one to unlock your inner chakra");
int chakra = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("As the earth starts to shudder, you begin to levitate. Your eyes go white as you unlock true power. The dinosaur realises its mistake and is beginning to run away, though it is too late. Giant explosions everywhere,\n screams from every direction,\n the world is under your rule. As you remember all those times with your family, it dawns on you that all of this, all this chaos, is your fault. \n Your last few moments are the ones in which you spend regretting all of your choices. Goodbye, cruel world.");
Console.WriteLine("Nothing. You see nothing. Are you dead? you dont know. You try looking around, while your vision slowly starts to come back \n. Type 1 to see what's going on, type 2 to lie down and die.");
int awakening = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You died. Dont really know what you were expecting there.");
Console.WriteLine("You get up, confused as to what is going on. Your mind is completely erased. Suddenly you remember");
Console.WriteLine("You are walking in the park and you see a bear. What will you do?");
Console.WriteLine("Type 1 to fight the bear. Type 2 to run");
int userAns2 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You somehow deafeat the bear. Type 1 to call the police");
int bear = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("The police arive, and you tell them what happened. They take the bear away and take you in for questioning.🕵 They ask you how you knew about the secret mission. Type 1 to qustion them");
int police = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("The police realise their mistake, and take you outside. You see one of them taking out a gun.👮 Type 1 to make a run for it.");
int escape = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You sprit around a corner and find yourself stuck on a bridge.🌉 Your only option is to jump. Type 1 to jump");
int jump = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("As you see the police gaining up on you, you jump off the bridge.🤸 As soon as you fall, you realise that there is a highway immediatly below you. You fall and get hit by a truck. THE END");
Console.WriteLine("You start running from the bear. The bear is close behind you. You turn around a building and the bear loses your tail. Type 1 to walk back home ");
Console.WriteLine("While walking, you notice a shining object on the side of the road. You pick it up and you are suddenly moved to a desert. Behind you is the bear from earlier. TIME EVENT TYPE 1 AS FAST AS YOU CAN");
int timer2 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You dodge the bear and run for safety. You find a sword. Type 1 to use sword");
int useSword2 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You strike the bear down with your sword. Having defeated the bar, you continue to walk through the desert In the distance you see a dinousaur (as per matt's request), running at you. Type one to unlock your inner chakra");
int chakra2 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("As the earth starts to shudder, you begin to levitate. Your eyes go white as you unlock true power. The dinosaur realises its mistake and is beginning to run away, though it is too late. Giant explosions everywhere,\n screams from every direction,\n the world is under your rule. As you remember all those times with your family, it dawns on you that all of this, all this chaos, is your fault. \n Your last few moments are the ones in which you spend regretting all of your choices. Goodbye, cruel world.");
Console.WriteLine("Nothing. You see nothing. Are you dead? you dont know. You try looking around, while your vision slowly starts to come back \n. Type 1 to see what's going on, type 2 to lie down and die.");
int awakening2 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You died. Dont really know what you were expecting there.");
Console.WriteLine("You get up, confused as to what is going on. Your mind is completely erased. Suddenly you remember");