{
  "schemaVersion": "1.0",
  "id": "zh-word-search-0002-1se540",
  "type": "word-search",
  "locale": "zh",
  "slug": "word-search-medium-0002",
  "title": "单词搜索挑战 002",
  "description": "单词搜索 medium 难度谜题，可在线游玩，也可打印，并可直接用于 App WebView。",
  "difficulty": "medium",
  "seed": "playonepage-v1-zh-word-search-2",
  "sequence": 2,
  "tags": [
    "word-search",
    "medium",
    "zh"
  ],
  "audience": "全年龄",
  "createdAt": "2026-05-30T00:00:00.000Z",
  "print": {
    "title": "单词搜索挑战 002",
    "instructions": "在字母表中找出所有隐藏单词。"
  },
  "routes": {
    "json": "/puzzles/v1/zh/word-search/zh-word-search-0002-1se540.json",
    "embed": "/embed/v1/zh/word-search/zh-word-search-0002-1se540.html",
    "web": "/zh/puzzles/word-search/word-search-medium-0002/"
  },
  "puzzle": {
    "rows": 8,
    "cols": 8,
    "letters": [
      "I",
      "V",
      "Z",
      "J",
      "U",
      "F",
      "Q",
      "R",
      "L",
      "K",
      "J",
      "R",
      "A",
      "O",
      "V",
      "D",
      "O",
      "W",
      "R",
      "T",
      "T",
      "C",
      "L",
      "A",
      "G",
      "R",
      "S",
      "O",
      "J",
      "U",
      "L",
      "I",
      "I",
      "X",
      "M",
      "L",
      "J",
      "S",
      "E",
      "L",
      "C",
      "U",
      "A",
      "S",
      "E",
      "F",
      "A",
      "Y",
      "T",
      "I",
      "R",
      "N",
      "I",
      "A",
      "R",
      "M",
      "X",
      "I",
      "T",
      "T",
      "Q",
      "L",
      "N",
      "I"
    ],
    "words": [
      {
        "text": "SMART",
        "cells": [
          26,
          34,
          42,
          50,
          58
        ],
        "direction": "down"
      },
      {
        "text": "DAILY",
        "cells": [
          15,
          23,
          31,
          39,
          47
        ],
        "direction": "down"
      },
      {
        "text": "FOCUS",
        "cells": [
          5,
          13,
          21,
          29,
          37
        ],
        "direction": "down"
      },
      {
        "text": "LEARN",
        "cells": [
          30,
          38,
          46,
          54,
          62
        ],
        "direction": "down"
      },
      {
        "text": "LOGIC",
        "cells": [
          8,
          16,
          24,
          32,
          40
        ],
        "direction": "down"
      }
    ]
  },
  "solution": {
    "kind": "word-search",
    "words": [
      {
        "text": "SMART",
        "cells": [
          26,
          34,
          42,
          50,
          58
        ],
        "direction": "down"
      },
      {
        "text": "DAILY",
        "cells": [
          15,
          23,
          31,
          39,
          47
        ],
        "direction": "down"
      },
      {
        "text": "FOCUS",
        "cells": [
          5,
          13,
          21,
          29,
          37
        ],
        "direction": "down"
      },
      {
        "text": "LEARN",
        "cells": [
          30,
          38,
          46,
          54,
          62
        ],
        "direction": "down"
      },
      {
        "text": "LOGIC",
        "cells": [
          8,
          16,
          24,
          32,
          40
        ],
        "direction": "down"
      }
    ]
  },
  "estimatedMinutes": 5
}
