public static void Main()
Console.WriteLine("Which door would you like to open - choose from door 1,2,3,4 or 5");
door = Convert.ToInt16(Console.ReadLine());
Console.WriteLine("A huge river with an enormous current swirls out of the door!");
Console.WriteLine("A mass of snakes, chameleons, alligators and crocodiles are found in this room");
Console.WriteLine("A swirl of mist envelopes you - it is a tornado");
Console.WriteLine("A skeleton with polished bones comes running out of the door - what could have scared him?");
Console.WriteLine("There is a whooshing sound, and a blue police box materializes in the room - it is the TARDIS!");
Console.WriteLine("I'm sorry - I couldn't understand that. Please try again using a number from 1-5.");