public static void Main()
Console.WriteLine(" Which door would you like to open? Door 1, 2, 3, 4 or 5? ");
door = Convert.ToInt16(Console.ReadLine());
Console.WriteLine("You can only enter numbers between 1 and 5.");
Console.WriteLine(" You enter an old, bustling street lined with shops, but not even the people you bump into appear to notice you. .");
Console.WriteLine("You enter a deep, dark wood with gnarled trees and ever moving shadows.");
Console.WriteLine(" A strong wind hits you from behind the door, throwing you back and slamming the door in your face. ");
Console.WriteLine(" You enter a completely empty room - empty that is, other than a letter. ");
Console.WriteLine(" You plunge into a river and spash around, only just managing to grab onto something that floats, but, to your horror you find it's a dead body. ");
Console.WriteLine("Please try again and enter a number between 1 and 5.");