static void Main(string[] args)
        {
            DungeonMaster theDm = new DungeonMaster();

            theDm.RunGame();
        }