private void CheckLetter(Position now) { if (char.IsLetter(Maze[now.X, now.Y])) { Letters.Append(Maze[now.X, now.Y]); } }