{
  "schemaVersion": "1.0",
  "id": "zh-sudoku-0029-1n6h0j",
  "type": "sudoku",
  "locale": "zh",
  "slug": "sudoku-medium-0029",
  "title": "数独挑战 029",
  "description": "数独 medium 难度谜题，可在线游玩，也可打印，并可直接用于 App WebView。",
  "difficulty": "medium",
  "seed": "playonepage-v1-zh-sudoku-29",
  "sequence": 29,
  "tags": [
    "sudoku",
    "medium",
    "zh"
  ],
  "audience": "全年龄",
  "createdAt": "2026-05-30T00:00:00.000Z",
  "print": {
    "title": "数独挑战 029",
    "instructions": "填满空格，让每一行、每一列和每个 2x2 宫都包含 1-4。"
  },
  "routes": {
    "json": "/puzzles/v1/zh/sudoku/zh-sudoku-0029-1n6h0j.json",
    "embed": "/embed/v1/zh/sudoku/zh-sudoku-0029-1n6h0j.html",
    "web": "/zh/puzzles/sudoku/sudoku-medium-0029/"
  },
  "puzzle": {
    "size": 4,
    "boxWidth": 2,
    "boxHeight": 2,
    "givens": [
      null,
      null,
      2,
      3,
      3,
      2,
      null,
      4,
      2,
      null,
      4,
      null,
      1,
      null,
      null,
      null
    ]
  },
  "solution": {
    "kind": "sudoku",
    "solutionGrid": [
      4,
      1,
      2,
      3,
      3,
      2,
      1,
      4,
      2,
      3,
      4,
      1,
      1,
      4,
      3,
      2
    ]
  },
  "estimatedMinutes": 4
}
