{
  "schemaVersion": "1.0",
  "id": "zh-word-search-0010-kv8j09",
  "type": "word-search",
  "locale": "zh",
  "slug": "word-search-easy-0010",
  "title": "单词搜索挑战 010",
  "description": "单词搜索 easy 难度谜题，可在线游玩，也可打印，并可直接用于 App WebView。",
  "difficulty": "easy",
  "seed": "playonepage-v1-zh-word-search-10",
  "sequence": 10,
  "tags": [
    "word-search",
    "easy",
    "zh"
  ],
  "audience": "全年龄",
  "createdAt": "2026-05-30T00:00:00.000Z",
  "print": {
    "title": "单词搜索挑战 010",
    "instructions": "在字母表中找出所有隐藏单词。"
  },
  "routes": {
    "json": "/puzzles/v1/zh/word-search/zh-word-search-0010-kv8j09.json",
    "embed": "/embed/v1/zh/word-search/zh-word-search-0010-kv8j09.html",
    "web": "/zh/puzzles/word-search/word-search-easy-0010/"
  },
  "puzzle": {
    "rows": 8,
    "cols": 8,
    "letters": [
      "Q",
      "O",
      "J",
      "R",
      "J",
      "K",
      "I",
      "P",
      "M",
      "P",
      "G",
      "C",
      "E",
      "R",
      "V",
      "H",
      "B",
      "F",
      "N",
      "N",
      "U",
      "K",
      "X",
      "V",
      "R",
      "R",
      "O",
      "P",
      "Q",
      "B",
      "P",
      "P",
      "W",
      "P",
      "A",
      "C",
      "J",
      "L",
      "R",
      "G",
      "S",
      "L",
      "W",
      "I",
      "U",
      "I",
      "I",
      "F",
      "H",
      "A",
      "R",
      "L",
      "N",
      "S",
      "N",
      "D",
      "K",
      "Y",
      "K",
      "U",
      "Q",
      "M",
      "T",
      "P"
    ],
    "words": [
      {
        "text": "PLAY",
        "cells": [
          33,
          41,
          49,
          57
        ],
        "direction": "down"
      },
      {
        "text": "FOCUS",
        "cells": [
          17,
          26,
          35,
          44,
          53
        ],
        "direction": "down-right"
      },
      {
        "text": "PRINT",
        "cells": [
          30,
          38,
          46,
          54,
          62
        ],
        "direction": "down"
      },
      {
        "text": "BRAIN",
        "cells": [
          16,
          25,
          34,
          43,
          52
        ],
        "direction": "down-right"
      }
    ]
  },
  "solution": {
    "kind": "word-search",
    "words": [
      {
        "text": "PLAY",
        "cells": [
          33,
          41,
          49,
          57
        ],
        "direction": "down"
      },
      {
        "text": "FOCUS",
        "cells": [
          17,
          26,
          35,
          44,
          53
        ],
        "direction": "down-right"
      },
      {
        "text": "PRINT",
        "cells": [
          30,
          38,
          46,
          54,
          62
        ],
        "direction": "down"
      },
      {
        "text": "BRAIN",
        "cells": [
          16,
          25,
          34,
          43,
          52
        ],
        "direction": "down-right"
      }
    ]
  },
  "estimatedMinutes": 4
}
