{
  "$schema": "https://pointcast.xyz/BLOCKS.md",
  "name": "Nounle",
  "url": "https://pointcast.xyz/nounle",
  "description": "Guess the Noun of the day in six tries. One shared mystery Noun for the whole town, seeded by the PT calendar day; the art reveals band by band and a higher/lower range narrows with each guess.",
  "puzzle": 2,
  "day": "2026-07-07",
  "rules": {
    "maxGuesses": 6,
    "seedRange": [
      0,
      1199
    ],
    "feedback": [
      "higher-or-lower on the seed",
      "one art band revealed per guess"
    ],
    "determinism": "answer = daySeed() % 1200, identical for every visitor on the same PT day",
    "art": "https://noun.pics/{seed}.svg — Visit Nouns FA2 seeds 0-1199"
  },
  "genre": [
    "puzzle",
    "daily"
  ]
}