{
  "schemaVersion": "1.0",
  "id": "ja-word-search-0001-1u2tip",
  "type": "word-search",
  "locale": "ja",
  "slug": "word-search-easy-0001",
  "title": "ワードサーチチャレンジ 001",
  "description": "ワードサーチ の easy パズル。オンライン、印刷、App WebView に対応しています。",
  "difficulty": "easy",
  "seed": "playonepage-v1-ja-word-search-1",
  "sequence": 1,
  "tags": [
    "word-search",
    "easy",
    "ja"
  ],
  "audience": "全年齢",
  "createdAt": "2026-05-30T00:00:00.000Z",
  "print": {
    "title": "ワードサーチチャレンジ 001",
    "instructions": "文字グリッドから隠れた単語をすべて見つけます。"
  },
  "routes": {
    "json": "/puzzles/v1/ja/word-search/ja-word-search-0001-1u2tip.json",
    "embed": "/embed/v1/ja/word-search/ja-word-search-0001-1u2tip.html",
    "web": "/ja/puzzles/word-search/word-search-easy-0001/"
  },
  "puzzle": {
    "rows": 8,
    "cols": 8,
    "letters": [
      "F",
      "G",
      "V",
      "R",
      "E",
      "M",
      "I",
      "Y",
      "Y",
      "X",
      "P",
      "L",
      "E",
      "A",
      "R",
      "N",
      "Z",
      "B",
      "N",
      "R",
      "F",
      "M",
      "U",
      "K",
      "E",
      "R",
      "P",
      "K",
      "I",
      "K",
      "Q",
      "U",
      "Y",
      "A",
      "L",
      "G",
      "Q",
      "N",
      "Y",
      "Z",
      "K",
      "I",
      "A",
      "Z",
      "J",
      "H",
      "T",
      "O",
      "M",
      "N",
      "Y",
      "Z",
      "L",
      "C",
      "X",
      "M",
      "F",
      "P",
      "Z",
      "M",
      "M",
      "L",
      "B",
      "R"
    ],
    "words": [
      {
        "text": "LEARN",
        "cells": [
          11,
          12,
          13,
          14,
          15
        ],
        "direction": "right"
      },
      {
        "text": "BRAIN",
        "cells": [
          17,
          25,
          33,
          41,
          49
        ],
        "direction": "down"
      },
      {
        "text": "PLAY",
        "cells": [
          26,
          34,
          42,
          50
        ],
        "direction": "down"
      },
      {
        "text": "PRINT",
        "cells": [
          10,
          19,
          28,
          37,
          46
        ],
        "direction": "down-right"
      }
    ]
  },
  "solution": {
    "kind": "word-search",
    "words": [
      {
        "text": "LEARN",
        "cells": [
          11,
          12,
          13,
          14,
          15
        ],
        "direction": "right"
      },
      {
        "text": "BRAIN",
        "cells": [
          17,
          25,
          33,
          41,
          49
        ],
        "direction": "down"
      },
      {
        "text": "PLAY",
        "cells": [
          26,
          34,
          42,
          50
        ],
        "direction": "down"
      },
      {
        "text": "PRINT",
        "cells": [
          10,
          19,
          28,
          37,
          46
        ],
        "direction": "down-right"
      }
    ]
  },
  "estimatedMinutes": 4
}
