{
  "schemaVersion": "1.0",
  "id": "zh-maze-0040-1b0xhl",
  "type": "maze",
  "locale": "zh",
  "slug": "maze-easy-0040",
  "title": "迷宫挑战 040",
  "description": "迷宫 easy 难度谜题，可在线游玩，也可打印，并可直接用于 App WebView。",
  "difficulty": "easy",
  "seed": "playonepage-v1-zh-maze-40",
  "sequence": 40,
  "tags": [
    "maze",
    "easy",
    "zh"
  ],
  "audience": "全年龄",
  "createdAt": "2026-05-30T00:00:00.000Z",
  "print": {
    "title": "迷宫挑战 040",
    "instructions": "从起点走到终点，不要穿过墙。"
  },
  "routes": {
    "json": "/puzzles/v1/zh/maze/zh-maze-0040-1b0xhl.json",
    "embed": "/embed/v1/zh/maze/zh-maze-0040-1b0xhl.html",
    "web": "/zh/puzzles/maze/maze-easy-0040/"
  },
  "puzzle": {
    "rows": 6,
    "cols": 6,
    "walls": [
      11,
      13,
      5,
      1,
      5,
      3,
      10,
      9,
      3,
      10,
      9,
      6,
      12,
      6,
      10,
      10,
      12,
      3,
      11,
      9,
      6,
      12,
      7,
      10,
      10,
      10,
      9,
      5,
      5,
      2,
      12,
      4,
      6,
      13,
      5,
      6
    ],
    "start": 0,
    "goal": 35
  },
  "solution": {
    "kind": "maze",
    "solutionPath": [
      0,
      6,
      12,
      13,
      7,
      8,
      14,
      20,
      19,
      25,
      31,
      32,
      26,
      27,
      28,
      29,
      35
    ]
  },
  "estimatedMinutes": 3
}
