Created
January 24, 2018 01:38
-
-
Save jameslittle230/95da332aa297dfd87ec405e29dad9c7d to your computer and use it in GitHub Desktop.
A data representation of a crossword 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
{ | |
"version": 1, | |
"size": [15, 15], | |
"values": ["I", "C", "A", "R", "U", "S", " ", "F", "R", "E", "E", " ", "F", "A", "N", | |
"T", "H", "R", "U", "S", "T", " ", "R", "A", "D", "S", " ", "A", "D", "O", | |
"S", "I", "M", "M", "E", "R", " ", "O", "D", "C", "T", "O", "J", "O", "E", | |
"O", "L", "Y", " ", "S", "A", "N", "D", "A", "N", "D", "M", "E", "R", "O", | |
"P", "I", "M", "A", " ", "I", "N", "O", "R", " ", " ", "S", "T", "E", "M", | |
"E", "D", "U", "C", "A", "T", "E", " ", "G", "I", "G", " ", "A", "D", "A", | |
"N", "O", "L", "T", "E", " ", " ", "R", "U", "N", "I", "N", " ", " ", " ", | |
" ", "G", "E", "O", "R", "G", "E", "A", "N", "D", "J", "O", "A", "N", " ", | |
" ", " ", " ", "R", "I", "T", "A", "S", " ", " ", "O", "U", "T", "E", "R", | |
"O", "P", "P", " ", "E", "O", "S", " ", "O", "P", "E", "N", "T", "O", "E", | |
"R", "O", "O", "T", " ", " ", "E", "A", "C", "H", " ", "S", "A", "P", "S", | |
"B", "U", "S", "H", "A", "N", "D", "B", "A", "E", "Z", " ", "C", "R", "O", | |
"I", "N", "E", "E", "D", "Y", "O", "U", " ", "N", "E", "T", "H", "E", "R", | |
"T", "C", "U", " ", "D", "E", "F", "T", " ", "O", "R", "I", "E", "N", "T", | |
"S", "E", "R", " ", "A", "R", "E", "S", " ", "M", "O", "S", "S", "E", "S"], | |
"blacks": [6, 11, 20, 25, 35], | |
"special": [], | |
"clues": { | |
"across": [ | |
"Clue stuff goes here", | |
"Another clue string", | |
"Yadda yadda" | |
], | |
"down": [ | |
"Clue stuff goes here", | |
"Another clue string", | |
"Yadda yadda" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment