{
  "schemaVersion": "1.0",
  "id": "zh-word-search-0004-x8y3wj",
  "type": "word-search",
  "locale": "zh",
  "slug": "word-search-easy-0004",
  "title": "单词搜索挑战 004",
  "description": "单词搜索 easy 难度谜题，可在线游玩，也可打印，并可直接用于 App WebView。",
  "difficulty": "easy",
  "seed": "playonepage-v1-zh-word-search-4",
  "sequence": 4,
  "tags": [
    "word-search",
    "easy",
    "zh"
  ],
  "audience": "全年龄",
  "createdAt": "2026-05-30T00:00:00.000Z",
  "print": {
    "title": "单词搜索挑战 004",
    "instructions": "在字母表中找出所有隐藏单词。"
  },
  "routes": {
    "json": "/puzzles/v1/zh/word-search/zh-word-search-0004-x8y3wj.json",
    "embed": "/embed/v1/zh/word-search/zh-word-search-0004-x8y3wj.html",
    "web": "/zh/puzzles/word-search/word-search-easy-0004/"
  },
  "puzzle": {
    "rows": 8,
    "cols": 8,
    "letters": [
      "P",
      "Y",
      "Z",
      "R",
      "U",
      "D",
      "S",
      "Z",
      "U",
      "F",
      "L",
      "J",
      "F",
      "G",
      "R",
      "C",
      "Z",
      "O",
      "O",
      "E",
      "O",
      "F",
      "D",
      "O",
      "Z",
      "M",
      "I",
      "C",
      "A",
      "K",
      "J",
      "B",
      "L",
      "C",
      "L",
      "A",
      "U",
      "R",
      "F",
      "R",
      "E",
      "R",
      "B",
      "H",
      "S",
      "S",
      "N",
      "A",
      "G",
      "U",
      "C",
      "P",
      "B",
      "K",
      "I",
      "I",
      "B",
      "P",
      "Z",
      "U",
      "U",
      "K",
      "Z",
      "N"
    ],
    "words": [
      {
        "text": "FOCUS",
        "cells": [
          9,
          18,
          27,
          36,
          45
        ],
        "direction": "down-right"
      },
      {
        "text": "LEARN",
        "cells": [
          10,
          19,
          28,
          37,
          46
        ],
        "direction": "down-right"
      },
      {
        "text": "PUZZLE",
        "cells": [
          0,
          8,
          16,
          24,
          32,
          40
        ],
        "direction": "down"
      },
      {
        "text": "BRAIN",
        "cells": [
          31,
          39,
          47,
          55,
          63
        ],
        "direction": "down"
      }
    ]
  },
  "solution": {
    "kind": "word-search",
    "words": [
      {
        "text": "FOCUS",
        "cells": [
          9,
          18,
          27,
          36,
          45
        ],
        "direction": "down-right"
      },
      {
        "text": "LEARN",
        "cells": [
          10,
          19,
          28,
          37,
          46
        ],
        "direction": "down-right"
      },
      {
        "text": "PUZZLE",
        "cells": [
          0,
          8,
          16,
          24,
          32,
          40
        ],
        "direction": "down"
      },
      {
        "text": "BRAIN",
        "cells": [
          31,
          39,
          47,
          55,
          63
        ],
        "direction": "down"
      }
    ]
  },
  "estimatedMinutes": 4
}
