Last active
January 2, 2025 18:19
-
-
Save julianeden/1bdbd1a0f3ddb59fd1f0d1fd43d38321 to your computer and use it in GitHub Desktop.
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
{ | |
arithmeglyphs: { | |
"line1_opSeq": "triangle diamond triangle dot square dot", | |
"line1_numSeq": "321536", | |
"line2_opSeq": "(triangle square) square dot (triangle noop)", | |
"line3_numSeq": "919734" | |
}, | |
morphology: { | |
author: `Katie "Themeless" Alvarez`, | |
clues: [ | |
{ | |
"solution": "rainbow", | |
"clue": "Prismatic apparition", | |
"morph": null | |
}, | |
{ | |
"solution": "mailbox", | |
"clue": "What might contain jumbled letters", | |
"morph": "~3" | |
}, | |
{ | |
"solution": "tailor", | |
"clue": "Adjust to fit specific needs", | |
"morph": "-1, ~2" | |
}, | |
{ | |
"solution": "parlor", | |
"clue": "Massage _____", | |
"morph": "~2" | |
}, | |
{ | |
"solution": "pardon", | |
"clue": "Take away one's conviction", | |
"morph": "~2" | |
}, | |
{ | |
"solution": "garden", | |
"clue": "Pull out a little weed, say", | |
"morph": null | |
}, | |
{ | |
"solution": "harden", | |
"clue": "What clay does when heated", | |
"morph": "~1" | |
}, | |
{ | |
"solution": "hidden", | |
"clue": "Not easy to find", | |
"morph": "~2" | |
}, | |
{ | |
"solution": "sodden", | |
"clue": "Soaking wet", | |
"morph": "~2" | |
}, | |
{ | |
"solution": "solder", | |
"clue": "Join, as metal", | |
"morph": "~2" | |
}, | |
{ | |
"solution": "holder", | |
"clue": "Cup _____", | |
"morph": "~1" | |
}, | |
{ | |
"solution": "holdover", | |
"clue": "Remnant from the old way of doing things", | |
"morph": "+2" | |
}, | |
{ | |
"solution": "hangover", | |
"clue": "Unpleasant result of a hard night out", | |
"morph": "~3" | |
}, | |
{ | |
"solution": "changeover", | |
"clue": "Switch", | |
"morph": "+2" | |
}, | |
{ | |
"solution": "chandelier", | |
"clue": "Hanging formation often containing crystal", | |
"morph": "~3" | |
} | |
] | |
}, | |
pathword: { | |
"cluetext": "CLYPLMAHATTSTHOW", | |
}, | |
rubigram: { | |
"row0": ["R", "E", "N", "T", "A", "L"], | |
"row1": ["E", " ", "E", "R", " ", "A"], | |
"row2": ["L", "O", "C", "U", "S", "T"], | |
"row3": ["I", "N", "T", "A", "K", "E"], | |
"row4": ["N", " ", "A", "N", " ", "L"], | |
"row5": ["E", "A", "R", "T", "H", "Y"] | |
}, | |
triword: { | |
fragments: ['TUN', 'GON', 'IN'], | |
solution: 'DRA', | |
}, | |
varyClove: { | |
prompt: 'What you bought at the fast food joint?', | |
cluePhrase: 'I murder wish cries', | |
numAlteredLetters: 5, | |
solution: 'a burger with fries', | |
}, | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment