public static void Main(string[] args) { Game Adventure = new Game(); Adventure.Start(); }
static void Main(string[] args) { Console.Title = "The Adventure Game"; Game.Start(); }