public static void Main()
Console.WriteLine("Which door would like to open?");
door = Convert.ToInt16(Console.ReadLine());
Console.WriteLine("you can only enter numbers between 1 and 5");
Console.WriteLine("A little baby red panda sleeps in front of you");
Console.WriteLine("A tanuki stares at you with an intimidating look!");
Console.WriteLine("A you appear at a crime scene and people are investigating");
Console.WriteLine("You stand before god and Satan");
Console.WriteLine("You enter a room full of darkness with all of your insecurities written on the walls");
Console.WriteLine ("please try again using a number between 1 and 5");