{
  "schemaVersion": "1.0",
  "id": "en-memory-match-0010-1t0p8f",
  "type": "memory-match",
  "locale": "en",
  "slug": "memory-match-challenge-010-easy-0010",
  "title": "Memory Match Challenge 010",
  "description": "A easy Memory Match puzzle ready for online play, WebView embedding, and printing.",
  "difficulty": "easy",
  "seed": "playonepage-v1-en-memory-match-10",
  "sequence": 10,
  "tags": [
    "memory-match",
    "easy",
    "en"
  ],
  "audience": "All ages",
  "createdAt": "2026-05-30T00:00:00.000Z",
  "print": {
    "title": "Memory Match Challenge 010",
    "instructions": "Flip cards and find every matching pair."
  },
  "routes": {
    "json": "/puzzles/v1/en/memory-match/en-memory-match-0010-1t0p8f.json",
    "embed": "/embed/v1/en/memory-match/en-memory-match-0010-1t0p8f.html",
    "web": "/puzzles/memory-match/memory-match-challenge-010-easy-0010/"
  },
  "puzzle": {
    "cards": [
      {
        "id": "pair-2-a",
        "pairId": "pair-2",
        "label": "Boat"
      },
      {
        "id": "pair-1-a",
        "pairId": "pair-1",
        "label": "Cloud"
      },
      {
        "id": "pair-1-b",
        "pairId": "pair-1",
        "label": "Cloud"
      },
      {
        "id": "pair-3-b",
        "pairId": "pair-3",
        "label": "Leaf"
      },
      {
        "id": "pair-3-a",
        "pairId": "pair-3",
        "label": "Leaf"
      },
      {
        "id": "pair-2-b",
        "pairId": "pair-2",
        "label": "Boat"
      }
    ]
  },
  "solution": {
    "kind": "memory-match",
    "pairs": [
      {
        "pairId": "pair-1",
        "cardIds": [
          "pair-1-a",
          "pair-1-b"
        ]
      },
      {
        "pairId": "pair-2",
        "cardIds": [
          "pair-2-a",
          "pair-2-b"
        ]
      },
      {
        "pairId": "pair-3",
        "cardIds": [
          "pair-3-a",
          "pair-3-b"
        ]
      }
    ]
  },
  "estimatedMinutes": 3
}
