{
  "schemaVersion": "1.0",
  "id": "zh-word-search-0007-iayqgn",
  "type": "word-search",
  "locale": "zh",
  "slug": "word-search-easy-0007",
  "title": "单词搜索挑战 007",
  "description": "单词搜索 easy 难度谜题，可在线游玩，也可打印，并可直接用于 App WebView。",
  "difficulty": "easy",
  "seed": "playonepage-v1-zh-word-search-7",
  "sequence": 7,
  "tags": [
    "word-search",
    "easy",
    "zh"
  ],
  "audience": "全年龄",
  "createdAt": "2026-05-30T00:00:00.000Z",
  "print": {
    "title": "单词搜索挑战 007",
    "instructions": "在字母表中找出所有隐藏单词。"
  },
  "routes": {
    "json": "/puzzles/v1/zh/word-search/zh-word-search-0007-iayqgn.json",
    "embed": "/embed/v1/zh/word-search/zh-word-search-0007-iayqgn.html",
    "web": "/zh/puzzles/word-search/word-search-easy-0007/"
  },
  "puzzle": {
    "rows": 8,
    "cols": 8,
    "letters": [
      "B",
      "C",
      "G",
      "L",
      "Z",
      "U",
      "N",
      "R",
      "D",
      "R",
      "M",
      "S",
      "V",
      "T",
      "T",
      "I",
      "A",
      "Y",
      "A",
      "U",
      "M",
      "O",
      "F",
      "W",
      "I",
      "K",
      "O",
      "I",
      "G",
      "A",
      "N",
      "J",
      "L",
      "Q",
      "S",
      "M",
      "N",
      "V",
      "R",
      "W",
      "Y",
      "J",
      "Q",
      "R",
      "A",
      "N",
      "P",
      "T",
      "Z",
      "D",
      "M",
      "X",
      "P",
      "Z",
      "A",
      "F",
      "Y",
      "O",
      "G",
      "U",
      "T",
      "R",
      "E",
      "M"
    ],
    "words": [
      {
        "text": "DAILY",
        "cells": [
          8,
          16,
          24,
          32,
          40
        ],
        "direction": "down"
      },
      {
        "text": "BRAIN",
        "cells": [
          0,
          9,
          18,
          27,
          36
        ],
        "direction": "down-right"
      },
      {
        "text": "MAZE",
        "cells": [
          35,
          44,
          53,
          62
        ],
        "direction": "down-right"
      },
      {
        "text": "SMART",
        "cells": [
          11,
          20,
          29,
          38,
          47
        ],
        "direction": "down-right"
      }
    ]
  },
  "solution": {
    "kind": "word-search",
    "words": [
      {
        "text": "DAILY",
        "cells": [
          8,
          16,
          24,
          32,
          40
        ],
        "direction": "down"
      },
      {
        "text": "BRAIN",
        "cells": [
          0,
          9,
          18,
          27,
          36
        ],
        "direction": "down-right"
      },
      {
        "text": "MAZE",
        "cells": [
          35,
          44,
          53,
          62
        ],
        "direction": "down-right"
      },
      {
        "text": "SMART",
        "cells": [
          11,
          20,
          29,
          38,
          47
        ],
        "direction": "down-right"
      }
    ]
  },
  "estimatedMinutes": 4
}
