Skip to content

Instantly share code, notes, and snippets.

@emersonlaurentino
Last active January 4, 2022 19:07
Show Gist options
  • Save emersonlaurentino/05d186da787bebdb35655b42aa7b69a1 to your computer and use it in GitHub Desktop.
Save emersonlaurentino/05d186da787bebdb35655b42aa7b69a1 to your computer and use it in GitHub Desktop.
Palavras Cruzadas
{
"empty": {
"points": 0,
"quantity": 3
},
"a": {
"points": 1,
"quantity": 10
},
"ã": {
"points": 7,
"quantity": 2
},
"b": {
"points": 3,
"quantity": 3
},
"c": {
"points": 2,
"quantity": 4
},
"ç": {
"points": 8,
"quantity": 2
},
"d": {
"points": 2,
"quantity": 5
},
"e": {
"points": 1,
"quantity": 11
},
"f": {
"points": 4,
"quantity": 2
},
"g": {
"points": 4,
"quantity": 3
},
"h": {
"points": 4,
"quantity": 2
},
"i": {
"points": 1,
"quantity": 10
},
"j": {
"points": 7,
"quantity": 1
},
"k": {
"points": 8,
"quantity": 1
},
"l": {
"points": 2,
"quantity": 5
},
"m": {
"points": 1,
"quantity": 6
},
"n": {
"points": 3,
"quantity": 4
},
"o": {
"points": 1,
"quantity": 10
},
"p": {
"points": 2,
"quantity": 4
},
"q": {
"points": 10,
"quantity": 1
},
"r": {
"points": 1,
"quantity": 6
},
"s": {
"points": 1,
"quantity": 7
},
"t": {
"points": 1,
"quantity": 5
},
"u": {
"points": 1,
"quantity": 6
},
"v": {
"points": 4,
"quantity": 3
},
"w": {
"points": 8,
"quantity": 1
},
"x": {
"points": 8,
"quantity": 1
},
"y": {
"points": 9,
"quantity": 1
},
"z": {
"points": 10,
"quantity": 1
}
}
{
"columns": 15,
"rows": 15
}
{
"l2": {
"type": "letter",
"multiple": 2
},
"l3": {
"type": "letter",
"multiple": 3
},
"w2": {
"type": "word",
"multiple": 2
},
"w3": {
"type": "word",
"multiple": 2
}
}
{
"a1": "w3",
"a8": "w3",
"a15": "w3",
"h1": "w3",
"h15": "w3",
"o1": "w3",
"o8": "w3",
"o15": "w3",
"b2": "w2",
"b14": "w2",
"c3": "w2",
"c13": "w2",
"d4": "w2",
"d12": "w2",
"e5": "w2",
"e11": "w2",
"h8": "w2",
"k5": "w2",
"k11": "w2",
"l12": "w2",
"l4": "w2",
"m14": "w2",
"m3": "w2",
"n13": "w2",
"n2": "w2",
"b6": "l3",
"b10": "l3",
"f2": "l3",
"f6": "l3",
"f10": "l3",
"f14": "l3",
"j2": "l3",
"j6": "l3",
"j10": "l3",
"j14": "l3",
"n6": "l3",
"n10": "l3",
"a4": "l2",
"a12": "l2",
"c7": "l2",
"c9": "l2",
"d1": "l2",
"d8": "l2",
"d15": "l2",
"g3": "l2",
"g7": "l2",
"g9": "l2",
"g13": "l2",
"h4": "l2",
"h12": "l2",
"i3": "l2",
"i7": "l2",
"i9": "l2",
"i13": "l2",
"l1": "l2",
"l8": "l2",
"l15": "l2",
"m4": "l2",
"m12": "l2",
"o7": "l2",
"o9": "l2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment