Skip to content

Instantly share code, notes, and snippets.

@prakhar1989
Created September 8, 2014 21:09
Show Gist options
  • Save prakhar1989/9a8d4ff75c0bd1d143bd to your computer and use it in GitHub Desktop.
Save prakhar1989/9a8d4ff75c0bd1d143bd to your computer and use it in GitHub Desktop.
{
"crosswordId": "sdhbfsdlbvshv",
"packId": "sdkcdjsknckjdsn",
"gridSize": 10,
"backgroundColor": "#FF000000",
"cellNormalColor": "#FFFFFFFF",
"cellSelectedColor": "#FF123456",
"across": [
{
"clueId": "dfkfvfjk",
"crosswordId": "sdhbfsdlbvshv",
"startX": 4,
"startY": 0,
"type": "ACROSS",
"hint": "I have absolutely no imagination.",
"answer": "answer"
},
{
"clueId": "dfkfvfjdf",
"crosswordId": "sdhbfsdlbvshv",
"startX": 6,
"startY": 3,
"type": "ACROSS",
"hint": "I have absolutely no imagination.",
"answer": "answer"
}
],
"down": [
{
"clueId": "dfkfvfvb",
"crosswordId": "sdhbfsdlbvshv",
"startX": 4,
"startY": 0,
"type": "DOWN",
"hint": "I have absolutely no imagination.",
"answer": "answer"
},
{
"clueId": "dfkfvfjnm",
"crosswordId": "sdhbfsdlbvshv",
"startX": 6,
"startY": 3,
"type": "DOWN",
"hint": "I have absolutely no imagination.",
"answer": "answer"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment