{
  "schemaVersion": "1.0",
  "id": "zh-word-search-0014-141jcg",
  "type": "word-search",
  "locale": "zh",
  "slug": "word-search-medium-0014",
  "title": "单词搜索挑战 014",
  "description": "单词搜索 medium 难度谜题，可在线游玩，也可打印，并可直接用于 App WebView。",
  "difficulty": "medium",
  "seed": "playonepage-v1-zh-word-search-14",
  "sequence": 14,
  "tags": [
    "word-search",
    "medium",
    "zh"
  ],
  "audience": "全年龄",
  "createdAt": "2026-05-30T00:00:00.000Z",
  "print": {
    "title": "单词搜索挑战 014",
    "instructions": "在字母表中找出所有隐藏单词。"
  },
  "routes": {
    "json": "/puzzles/v1/zh/word-search/zh-word-search-0014-141jcg.json",
    "embed": "/embed/v1/zh/word-search/zh-word-search-0014-141jcg.html",
    "web": "/zh/puzzles/word-search/word-search-medium-0014/"
  },
  "puzzle": {
    "rows": 8,
    "cols": 8,
    "letters": [
      "H",
      "E",
      "Z",
      "M",
      "P",
      "D",
      "D",
      "A",
      "S",
      "Y",
      "S",
      "A",
      "C",
      "A",
      "L",
      "G",
      "P",
      "Z",
      "B",
      "S",
      "B",
      "I",
      "U",
      "L",
      "L",
      "C",
      "B",
      "S",
      "C",
      "L",
      "O",
      "E",
      "A",
      "M",
      "W",
      "D",
      "E",
      "Y",
      "D",
      "A",
      "Y",
      "D",
      "O",
      "I",
      "E",
      "R",
      "Q",
      "R",
      "D",
      "M",
      "A",
      "Z",
      "E",
      "T",
      "Q",
      "N",
      "K",
      "F",
      "O",
      "C",
      "U",
      "S",
      "U",
      "N"
    ],
    "words": [
      {
        "text": "LEARN",
        "cells": [
          23,
          31,
          39,
          47,
          55
        ],
        "direction": "down"
      },
      {
        "text": "MAZE",
        "cells": [
          49,
          50,
          51,
          52
        ],
        "direction": "right"
      },
      {
        "text": "PLAY",
        "cells": [
          16,
          24,
          32,
          40
        ],
        "direction": "down"
      },
      {
        "text": "DAILY",
        "cells": [
          5,
          13,
          21,
          29,
          37
        ],
        "direction": "down"
      },
      {
        "text": "FOCUS",
        "cells": [
          57,
          58,
          59,
          60,
          61
        ],
        "direction": "right"
      }
    ]
  },
  "solution": {
    "kind": "word-search",
    "words": [
      {
        "text": "LEARN",
        "cells": [
          23,
          31,
          39,
          47,
          55
        ],
        "direction": "down"
      },
      {
        "text": "MAZE",
        "cells": [
          49,
          50,
          51,
          52
        ],
        "direction": "right"
      },
      {
        "text": "PLAY",
        "cells": [
          16,
          24,
          32,
          40
        ],
        "direction": "down"
      },
      {
        "text": "DAILY",
        "cells": [
          5,
          13,
          21,
          29,
          37
        ],
        "direction": "down"
      },
      {
        "text": "FOCUS",
        "cells": [
          57,
          58,
          59,
          60,
          61
        ],
        "direction": "right"
      }
    ]
  },
  "estimatedMinutes": 5
}
