Created
November 1, 2025 19:52
-
-
Save jamesp/3c652f24970840e9dfc232e3952c127d to your computer and use it in GitHub Desktop.
test_puzzle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Unknown Name", | |
| "setter": "Unknown Author", | |
| "N": 13, | |
| "cells": [ | |
| "_____________", | |
| "_#_#_#_#_#_#_", | |
| "____#________", | |
| "_#_#_#_#_#_#_", | |
| "_____________", | |
| "_#_#_#_#_#_#_", | |
| "_____________", | |
| "_#_#_#_#_#_#_", | |
| "_____________", | |
| "_#_#_#_#_#_#_", | |
| "________#____", | |
| "_#_#_#_#_#_#_", | |
| "_____________" | |
| ], | |
| "clues": [ | |
| { | |
| "direction": "across", | |
| "number": 1, | |
| "text": "", | |
| "solution": "******A******" | |
| }, | |
| { | |
| "direction": "across", | |
| "number": 8, | |
| "text": "", | |
| "solution": "****" | |
| }, | |
| { | |
| "direction": "across", | |
| "number": 9, | |
| "text": "", | |
| "solution": "*B******" | |
| }, | |
| { | |
| "direction": "across", | |
| "number": 11, | |
| "text": "", | |
| "solution": "******E******" | |
| }, | |
| { | |
| "direction": "across", | |
| "number": 12, | |
| "text": "", | |
| "solution": "******I******" | |
| }, | |
| { | |
| "direction": "across", | |
| "number": 13, | |
| "text": "", | |
| "solution": "ABSOLUTEMUSIC" | |
| }, | |
| { | |
| "direction": "across", | |
| "number": 14, | |
| "text": "", | |
| "solution": "******O*" | |
| }, | |
| { | |
| "direction": "across", | |
| "number": 15, | |
| "text": "", | |
| "solution": "****" | |
| }, | |
| { | |
| "direction": "across", | |
| "number": 17, | |
| "text": "", | |
| "solution": "******S******" | |
| }, | |
| { | |
| "direction": "down", | |
| "number": 1, | |
| "text": "", | |
| "solution": "********A****" | |
| }, | |
| { | |
| "direction": "down", | |
| "number": 2, | |
| "text": "", | |
| "solution": "********S****" | |
| }, | |
| { | |
| "direction": "down", | |
| "number": 3, | |
| "text": "", | |
| "solution": "**" | |
| }, | |
| { | |
| "direction": "down", | |
| "number": 4, | |
| "text": "", | |
| "solution": "ABBREVIATIONS" | |
| }, | |
| { | |
| "direction": "down", | |
| "number": 5, | |
| "text": "", | |
| "solution": "********M*" | |
| }, | |
| { | |
| "direction": "down", | |
| "number": 6, | |
| "text": "", | |
| "solution": "********S****" | |
| }, | |
| { | |
| "direction": "down", | |
| "number": 7, | |
| "text": "", | |
| "solution": "********C****" | |
| }, | |
| { | |
| "direction": "down", | |
| "number": 10, | |
| "text": "", | |
| "solution": "*****L****" | |
| }, | |
| { | |
| "direction": "down", | |
| "number": 16, | |
| "text": "", | |
| "solution": "**" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment