word-games-theme 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 06e9c7706d7f881e09291afb67181de1073960b1ba9740ec7f5d10938cf7a18a
4
- data.tar.gz: ab578b3ddb026a00dab24a51e14953e0b1afee13f0ad3185f8d89da0aa210d62
3
+ metadata.gz: 4dac6193338398f91ec4e4ad79a6dbfb3e281c0d904c4f5ae36ddaf3760b0d1a
4
+ data.tar.gz: 16a223833a81c15d5ef023fc5d9896c439e79ef5218112704173a1999f6f5d62
5
5
  SHA512:
6
- metadata.gz: e8079d5a35d24d61b3cc1f6239ff6148e6b341b3e92a9fc5e8195acf106649fe876c46b05f4f4cc818ab34724bc86440be4ce343ce87b92b5c569aaa19f1adb9
7
- data.tar.gz: d8f8b5994c3c466548e88b01ba800d77dd20233a32423e6e968820dbbf4ab7c51d9e1067dfa272af4a210b5c182a85f3ac0965d179d77234292cf5d964a3e55c
6
+ metadata.gz: e73a1c211da48cb5ac0ba843f4382cc5b276a31f4265a2aa90a7a62342ee0631d9a2633af8e7f1ce641086ab1c895f49b08afd4a871dfd0546dadfadc9b52472
7
+ data.tar.gz: e7e71dac4eb2889f6f47d795ce508fda135c6196f754440fe3e7aaddf0c2c04612e89707c0adf541f363cce3c0b23d5da909ddc251917bb8000815e0f38ef3da
@@ -0,0 +1,370 @@
1
+ [
2
+ [
3
+ {
4
+ "letter": "car",
5
+ "filename": "two_letter_word_finder.json",
6
+ "word": "ar",
7
+ "points": 2,
8
+ "x": 3,
9
+ "gameName": "scrabble"
10
+ }
11
+ ],
12
+ [
13
+ {
14
+ "letter": "car",
15
+ "filename": "two_letter_word_finder.json",
16
+ "word": "ar",
17
+ "points": 2,
18
+ "x": 3,
19
+ "gameName": "words with friends"
20
+ }
21
+ ],
22
+ [
23
+ {
24
+ "letter": "cat",
25
+ "filename": "three_letter_word_finder.json",
26
+ "word": "act",
27
+ "points": 5,
28
+ "x": 3,
29
+ "gameName": "scrabble"
30
+ },
31
+ {
32
+ "letter": "cat",
33
+ "filename": "three_letter_word_finder.json",
34
+ "word": "cat",
35
+ "points": 5,
36
+ "x": 3,
37
+ "gameName": "scrabble"
38
+ }
39
+ ],
40
+ [
41
+ {
42
+ "letter": "car",
43
+ "filename": "three_letter_word_finder.json",
44
+ "word": "arc",
45
+ "points": 6,
46
+ "x": 3,
47
+ "gameName": "words with friends"
48
+ },
49
+ {
50
+ "letter": "car",
51
+ "filename": "three_letter_word_finder.json",
52
+ "word": "car",
53
+ "points": 6,
54
+ "x": 3,
55
+ "gameName": "words with friends"
56
+ }
57
+ ],
58
+ [
59
+ {
60
+ "letter": "race",
61
+ "filename": "four_letter_word_finder.json",
62
+ "word": "acre",
63
+ "points": 6,
64
+ "x": 4,
65
+ "gameName": "scrabble"
66
+ },
67
+ {
68
+ "letter": "race",
69
+ "filename": "four_letter_word_finder.json",
70
+ "word": "care",
71
+ "points": 6,
72
+ "x": 4,
73
+ "gameName": "scrabble"
74
+ },
75
+ {
76
+ "letter": "race",
77
+ "filename": "four_letter_word_finder.json",
78
+ "word": "race",
79
+ "points": 6,
80
+ "x": 4,
81
+ "gameName": "scrabble"
82
+ }
83
+ ],
84
+ [
85
+ {
86
+ "letter": "race",
87
+ "filename": "four_letter_word_finder.json",
88
+ "word": "acre",
89
+ "points": 7,
90
+ "x": 4,
91
+ "gameName": "words with friends"
92
+ },
93
+ {
94
+ "letter": "race",
95
+ "filename": "four_letter_word_finder.json",
96
+ "word": "care",
97
+ "points": 7,
98
+ "x": 4,
99
+ "gameName": "words with friends"
100
+ },
101
+ {
102
+ "letter": "race",
103
+ "filename": "four_letter_word_finder.json",
104
+ "word": "race",
105
+ "points": 7,
106
+ "x": 4,
107
+ "gameName": "words with friends"
108
+ }
109
+ ],
110
+ [
111
+ {
112
+ "letter": "aahed",
113
+ "filename": "five_letter_word_finder.json",
114
+ "word": "aahed",
115
+ "points": 9,
116
+ "x": 5,
117
+ "gameName": "scrabble"
118
+ },
119
+ {
120
+ "letter": "aahed",
121
+ "filename": "five_letter_word_finder.json",
122
+ "word": "ahead",
123
+ "points": 9,
124
+ "x": 5,
125
+ "gameName": "scrabble"
126
+ }
127
+ ],
128
+ [
129
+ {
130
+ "letter": "aahed",
131
+ "filename": "five_letter_word_finder.json",
132
+ "word": "aahed",
133
+ "points": 8,
134
+ "x": 5,
135
+ "gameName": "words with friends"
136
+ },
137
+ {
138
+ "letter": "aahed",
139
+ "filename": "five_letter_word_finder.json",
140
+ "word": "ahead",
141
+ "points": 8,
142
+ "x": 5,
143
+ "gameName": "words with friends"
144
+ }
145
+ ],
146
+ [
147
+ {
148
+ "letter": "python",
149
+ "filename": "six_letter_word_finder.json",
150
+ "word": "phyton",
151
+ "points": 14,
152
+ "x": 6,
153
+ "gameName": "scrabble"
154
+ },
155
+ {
156
+ "letter": "python",
157
+ "filename": "six_letter_word_finder.json",
158
+ "word": "python",
159
+ "points": 14,
160
+ "x": 6,
161
+ "gameName": "scrabble"
162
+ },
163
+ {
164
+ "letter": "python",
165
+ "filename": "six_letter_word_finder.json",
166
+ "word": "typhon",
167
+ "points": 14,
168
+ "x": 6,
169
+ "gameName": "scrabble"
170
+ }
171
+ ],
172
+ [
173
+ {
174
+ "letter": "design",
175
+ "filename": "six_letter_word_finder.json",
176
+ "word": "deigns",
177
+ "points": 10,
178
+ "x": 6,
179
+ "gameName": "words with friends"
180
+ },
181
+ {
182
+ "letter": "design",
183
+ "filename": "six_letter_word_finder.json",
184
+ "word": "design",
185
+ "points": 10,
186
+ "x": 6,
187
+ "gameName": "words with friends"
188
+ },
189
+ {
190
+ "letter": "design",
191
+ "filename": "six_letter_word_finder.json",
192
+ "word": "dinges",
193
+ "points": 10,
194
+ "x": 6,
195
+ "gameName": "words with friends"
196
+ },
197
+ {
198
+ "letter": "design",
199
+ "filename": "six_letter_word_finder.json",
200
+ "word": "signed",
201
+ "points": 10,
202
+ "x": 6,
203
+ "gameName": "words with friends"
204
+ },
205
+ {
206
+ "letter": "design",
207
+ "filename": "six_letter_word_finder.json",
208
+ "word": "singed",
209
+ "points": 10,
210
+ "x": 6,
211
+ "gameName": "words with friends"
212
+ }
213
+ ],
214
+ [
215
+ {
216
+ "letter": "account",
217
+ "filename": "seven_letter_word_finder.json",
218
+ "word": "account",
219
+ "points": 11,
220
+ "x": 7,
221
+ "gameName": "scrabble"
222
+ }
223
+ ],
224
+ [
225
+ {
226
+ "letter": "account",
227
+ "filename": "seven_letter_word_finder.json",
228
+ "word": "account",
229
+ "points": 15,
230
+ "x": 7,
231
+ "gameName": "words with friends"
232
+ }
233
+ ],
234
+ [
235
+ {
236
+ "letter": "payments",
237
+ "filename": "eight_letter_word_finder.json",
238
+ "word": "payments",
239
+ "points": 15,
240
+ "x": 8,
241
+ "gameName": "scrabble"
242
+ }
243
+ ],
244
+ [
245
+ {
246
+ "letter": "absolute",
247
+ "filename": "eight_letter_word_finder.json",
248
+ "word": "absolute",
249
+ "points": 13,
250
+ "x": 8,
251
+ "gameName": "words with friends"
252
+ }
253
+ ],
254
+ [
255
+ {
256
+ "letter": "Celebrate",
257
+ "filename": "nine_letter_word_finder.json",
258
+ "word": "celebrate",
259
+ "points": 13,
260
+ "x": 9,
261
+ "gameName": "scrabble"
262
+ },
263
+ {
264
+ "letter": "Celebrate",
265
+ "filename": "nine_letter_word_finder.json",
266
+ "word": "erectable",
267
+ "points": 13,
268
+ "x": 9,
269
+ "gameName": "scrabble"
270
+ }
271
+ ],
272
+ [
273
+ {
274
+ "letter": "Celebrate",
275
+ "filename": "nine_letter_word_finder.json",
276
+ "word": "celebrate",
277
+ "points": 16,
278
+ "x": 9,
279
+ "gameName": "words with friends"
280
+ },
281
+ {
282
+ "letter": "Celebrate",
283
+ "filename": "nine_letter_word_finder.json",
284
+ "word": "erectable",
285
+ "points": 16,
286
+ "x": 9,
287
+ "gameName": "words with friends"
288
+ }
289
+ ],
290
+ [
291
+ {
292
+ "letter": "Retirement",
293
+ "filename": "ten_letter_word_finder.json",
294
+ "word": "retirement",
295
+ "points": 12,
296
+ "x": 10,
297
+ "gameName": "scrabble"
298
+ }
299
+ ],
300
+ [
301
+ {
302
+ "letter": "Retirement",
303
+ "filename": "ten_letter_word_finder.json",
304
+ "word": "retirement",
305
+ "points": 14,
306
+ "x": 10,
307
+ "gameName": "words with friends"
308
+ }
309
+ ],
310
+ [
311
+ {
312
+ "letter": "Preposition",
313
+ "filename": "eleven_letter_word_finder.json",
314
+ "word": "preposition",
315
+ "points": 15,
316
+ "x": 11,
317
+ "gameName": "scrabble"
318
+ }
319
+ ],
320
+ [
321
+ {
322
+ "letter": "Preposition",
323
+ "filename": "eleven_letter_word_finder.json",
324
+ "word": "preposition",
325
+ "points": 18,
326
+ "x": 11,
327
+ "gameName": "words with friends"
328
+ }
329
+ ],
330
+ [
331
+ {
332
+ "letter": "Independence",
333
+ "filename": "twelve_letter_word_finder.json",
334
+ "word": "independence",
335
+ "points": 18,
336
+ "x": 12,
337
+ "gameName": "scrabble"
338
+ }
339
+ ],
340
+ [
341
+ {
342
+ "letter": "Independence",
343
+ "filename": "twelve_letter_word_finder.json",
344
+ "word": "independence",
345
+ "points": 23,
346
+ "x": 12,
347
+ "gameName": "words with friends"
348
+ }
349
+ ],
350
+ [
351
+ {
352
+ "letter": "Contemplating",
353
+ "filename": "thirteen_letter_word_finder.json",
354
+ "word": "contemplating",
355
+ "points": 20,
356
+ "x": 13,
357
+ "gameName": "scrabble"
358
+ }
359
+ ],
360
+ [
361
+ {
362
+ "letter": "Contemplating",
363
+ "filename": "thirteen_letter_word_finder.json",
364
+ "word": "contemplating",
365
+ "points": 27,
366
+ "x": 13,
367
+ "gameName": "words with friends"
368
+ }
369
+ ]
370
+ ]
@@ -1,4 +1,22 @@
1
1
  {
2
+ "filewords": {
3
+ "name": "",
4
+ "data": [
5
+ {
6
+ "websitename": "wordswithletters",
7
+ "word": "payments",
8
+ "x": "8",
9
+ "gameName": "scrabble"
10
+ },
11
+ {
12
+ "websitename": "wordswithletters",
13
+ "word": "absolute",
14
+ "x": "8",
15
+ "gameName": "words with friends"
16
+ }
17
+ ]
18
+ },
19
+ "filepath": {},
2
20
  "title": "Eight letter word finder ",
3
21
  "h1": "Eight letter word finder ",
4
22
  "meta": "Worried with an Eight popping up in your word game? Use our Eight letter word finder now itself!",
@@ -1,4 +1,22 @@
1
1
  {
2
+ "filewords": {
3
+ "name": "",
4
+ "data": [
5
+ {
6
+ "websitename": "wordswithletters",
7
+ "word": "Preposition",
8
+ "x": "11",
9
+ "gameName": "scrabble"
10
+ },
11
+ {
12
+ "websitename": "wordswithletters",
13
+ "word": "Preposition",
14
+ "x": "11",
15
+ "gameName": "words with friends"
16
+ }
17
+ ]
18
+ },
19
+ "filepath": {},
2
20
  "title": "Eleven letter word finder ",
3
21
  "h1": "Eleven letter word finder ",
4
22
  "meta": "Worried with an Eleven popping up in your word game? Use our Eleven letter word finder now itself!",
@@ -1,4 +1,22 @@
1
1
  {
2
+ "filewords": {
3
+ "name": "",
4
+ "data": [
5
+ {
6
+ "websitename": "wordswithletters",
7
+ "word": "aahed",
8
+ "x": "5",
9
+ "gameName": "scrabble"
10
+ },
11
+ {
12
+ "websitename": "wordswithletters",
13
+ "word": "aahed",
14
+ "x": "5",
15
+ "gameName": "words with friends"
16
+ }
17
+ ]
18
+ },
19
+ "filepath": {},
2
20
  "title": "Five letter word finder ",
3
21
  "h1": "Five letter word finder ",
4
22
  "meta": "Worried with an Five popping up in your word game? Use our Five letter word finder now itself!",
@@ -1,4 +1,22 @@
1
1
  {
2
+ "filewords": {
3
+ "name": "",
4
+ "data": [
5
+ {
6
+ "websitename": "wordswithletters",
7
+ "word": "race",
8
+ "x": "4",
9
+ "gameName": "scrabble"
10
+ },
11
+ {
12
+ "websitename": "wordswithletters",
13
+ "word": "race",
14
+ "x": "4",
15
+ "gameName": "words with friends"
16
+ }
17
+ ]
18
+ },
19
+ "filepath": {},
2
20
  "title": "Four letter word finder ",
3
21
  "h1": "Four letter word finder ",
4
22
  "meta": "Worried with an Four popping up in your word game? Use our Four letter word finder now itself!",
@@ -173,4 +191,4 @@
173
191
  "aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
174
192
  }
175
193
  ]
176
- }
194
+ }
@@ -1,4 +1,22 @@
1
1
  {
2
+ "filewords": {
3
+ "name": "",
4
+ "data": [
5
+ {
6
+ "websitename": "wordswithletters",
7
+ "word": "Celebrate",
8
+ "x": "9",
9
+ "gameName": "scrabble"
10
+ },
11
+ {
12
+ "websitename": "wordswithletters",
13
+ "word": "Celebrate",
14
+ "x": "9",
15
+ "gameName": "words with friends"
16
+ }
17
+ ]
18
+ },
19
+ "filepath": {},
2
20
  "title": "Nine letter word finder ",
3
21
  "h1": "Nine letter word finder ",
4
22
  "meta": "Worried with an Nine popping up in your word game? Use our Nine letter word finder now itself!",
@@ -181,4 +199,4 @@
181
199
  "aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
182
200
  }
183
201
  ]
184
- }
202
+ }
@@ -1,4 +1,22 @@
1
1
  {
2
+ "filewords": {
3
+ "name": "",
4
+ "data": [
5
+ {
6
+ "websitename": "wordswithletters",
7
+ "word": "account",
8
+ "x": "7",
9
+ "gameName": "scrabble"
10
+ },
11
+ {
12
+ "websitename": "wordswithletters",
13
+ "word": "account",
14
+ "x": "7",
15
+ "gameName": "words with friends"
16
+ }
17
+ ]
18
+ },
19
+ "filepath": {},
2
20
  "title": "Seven letter word finder ",
3
21
  "h1": "Seven letter word finder ",
4
22
  "meta": "Worried with an Seven popping up in your word game? Use our Seven letter word finder now itself!",
@@ -181,4 +199,4 @@
181
199
  "aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
182
200
  }
183
201
  ]
184
- }
202
+ }
@@ -1,4 +1,22 @@
1
1
  {
2
+ "filewords": {
3
+ "name": "",
4
+ "data": [
5
+ {
6
+ "websitename": "wordswithletters",
7
+ "word": "python",
8
+ "x": "6",
9
+ "gameName": "scrabble"
10
+ },
11
+ {
12
+ "websitename": "wordswithletters",
13
+ "word": "design",
14
+ "x": "6",
15
+ "gameName": "words with friends"
16
+ }
17
+ ]
18
+ },
19
+ "filepath": {},
2
20
  "title": "Six letter word finder ",
3
21
  "h1": "Six letter word finder ",
4
22
  "meta": "Worried with an Six popping up in your word game? Use our Six letter word finder now itself!",
@@ -1,4 +1,22 @@
1
1
  {
2
+ "filewords": {
3
+ "name": "",
4
+ "data": [
5
+ {
6
+ "websitename": "wordswithletters",
7
+ "word": "Retirement",
8
+ "x": "10",
9
+ "gameName": "scrabble"
10
+ },
11
+ {
12
+ "websitename": "wordswithletters",
13
+ "word": "Retirement",
14
+ "x": "10",
15
+ "gameName": "words with friends"
16
+ }
17
+ ]
18
+ },
19
+ "filepath": {},
2
20
  "title": "Ten letter word finder ",
3
21
  "h1": "Ten letter word finder ",
4
22
  "meta": "Worried with an Ten popping up in your word game? Use our Ten letter word finder now itself!",
@@ -181,4 +199,4 @@
181
199
  "aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
182
200
  }
183
201
  ]
184
- }
202
+ }
@@ -1,4 +1,22 @@
1
1
  {
2
+ "filewords": {
3
+ "name": "",
4
+ "data": [
5
+ {
6
+ "websitename": "wordswithletters",
7
+ "word": "Contemplating",
8
+ "x": "13",
9
+ "gameName": "scrabble"
10
+ },
11
+ {
12
+ "websitename": "wordswithletters",
13
+ "word": "Contemplating",
14
+ "x": "13",
15
+ "gameName": "words with friends"
16
+ }
17
+ ]
18
+ },
19
+ "filepath": {},
2
20
  "title": "Thirteen letter word finder ",
3
21
  "h1": "Thirteen letter word finder ",
4
22
  "meta": "Worried with an Thirteen popping up in your word game? Use our Thirteen letter word finder now itself!",
@@ -29,148 +47,148 @@
29
47
  ],
30
48
  "faqList": [
31
49
  {
32
- "faqQuestion": "How many 13 letter words can you find with letters 'ORLEDBVEEJEWE' using our 13 letter word finder?",
33
- "faqAnswer": "Using our 13 letter word finder, for the letters 'ORLEDBVEEJEWE' ,you can find following word overbejeweled"
50
+ "Question": "How many 13 letter words can you find with letters 'ORLEDBVEEJEWE' using our 13 letter word finder?",
51
+ "Answer": "Using our 13 letter word finder, for the letters 'ORLEDBVEEJEWE' ,you can find following word overbejeweled"
34
52
  },
35
53
  {
36
- "faqQuestion": "How many 13 letter words can you find with letters 'LERYPSABBCHOB' using our 13 letter word finder?",
37
- "faqAnswer": "Using our 13 letter word finder, for the letters 'LERYPSABBCHOB' ,you can find following word psychobabbler"
54
+ "Question": "How many 13 letter words can you find with letters 'LERYPSABBCHOB' using our 13 letter word finder?",
55
+ "Answer": "Using our 13 letter word finder, for the letters 'LERYPSABBCHOB' ,you can find following word psychobabbler"
38
56
  },
39
57
  {
40
- "faqQuestion": "How many 13 letter words can you find with letters 'ISCDTIVELJUNY' using our 13 letter word finder?",
41
- "faqAnswer": "Using our 13 letter word finder, for the letters 'ISCDTIVELJUNY' ,you can find following word disjunctively"
58
+ "Question": "How many 13 letter words can you find with letters 'ISCDTIVELJUNY' using our 13 letter word finder?",
59
+ "Answer": "Using our 13 letter word finder, for the letters 'ISCDTIVELJUNY' ,you can find following word disjunctively"
42
60
  },
43
61
  {
44
- "faqQuestion": "How many 13 letter words can you find with letters 'PIROVIZNCIALE' using our 13 letter word finder?",
45
- "faqAnswer": "Using our 13 letter word finder, for the letters 'PIROVIZNCIALE' ,you can find following word provincialize"
62
+ "Question": "How many 13 letter words can you find with letters 'PIROVIZNCIALE' using our 13 letter word finder?",
63
+ "Answer": "Using our 13 letter word finder, for the letters 'PIROVIZNCIALE' ,you can find following word provincialize"
46
64
  },
47
65
  {
48
- "faqQuestion": "How many 13 letter words can you find with letters 'ICIDRQUALUPTY' using our 13 letter word finder?",
49
- "faqAnswer": "Using our 13 letter word finder, for the letters 'ICIDRQUALUPTY' ,you can find following word quadruplicity"
66
+ "Question": "How many 13 letter words can you find with letters 'ICIDRQUALUPTY' using our 13 letter word finder?",
67
+ "Answer": "Using our 13 letter word finder, for the letters 'ICIDRQUALUPTY' ,you can find following word quadruplicity"
50
68
  },
51
69
  {
52
- "faqQuestion": "How many 13 letter words can you find with letters 'LZENETHBENYES' using our 13 letter word finder?",
53
- "faqAnswer": "Using our 13 letter word finder, for the letters 'LZENETHBENYES' ,you can find following word ethylbenzenes"
70
+ "Question": "How many 13 letter words can you find with letters 'LZENETHBENYES' using our 13 letter word finder?",
71
+ "Answer": "Using our 13 letter word finder, for the letters 'LZENETHBENYES' ,you can find following word ethylbenzenes"
54
72
  },
55
73
  {
56
- "faqQuestion": "How many 13 letter words can you find with letters 'VRAMIRPAYXOUS' using our 13 letter word finder?",
57
- "faqAnswer": "Using our 13 letter word finder, for the letters 'VRAMIRPAYXOUS' ,you can find following word paramyxovirus"
74
+ "Question": "How many 13 letter words can you find with letters 'VRAMIRPAYXOUS' using our 13 letter word finder?",
75
+ "Answer": "Using our 13 letter word finder, for the letters 'VRAMIRPAYXOUS' ,you can find following word paramyxovirus"
58
76
  },
59
77
  {
60
- "faqQuestion": "How many 13 letter words can you find with letters 'NICDRIQUAOPHS' using our 13 letter word finder?",
61
- "faqAnswer": "Using our 13 letter word finder, for the letters 'NICDRIQUAOPHS' ,you can find following word quadriphonics"
78
+ "Question": "How many 13 letter words can you find with letters 'NICDRIQUAOPHS' using our 13 letter word finder?",
79
+ "Answer": "Using our 13 letter word finder, for the letters 'NICDRIQUAOPHS' ,you can find following word quadriphonics"
62
80
  },
63
81
  {
64
- "faqQuestion": "How many 13 letter words can you find with letters 'ZLEMBAMBOOENT' using our 13 letter word finder?",
65
- "faqAnswer": "Using our 13 letter word finder, for the letters 'ZLEMBAMBOOENT' ,you can find following word bamboozlement"
82
+ "Question": "How many 13 letter words can you find with letters 'ZLEMBAMBOOENT' using our 13 letter word finder?",
83
+ "Answer": "Using our 13 letter word finder, for the letters 'ZLEMBAMBOOENT' ,you can find following word bamboozlement"
66
84
  },
67
85
  {
68
- "faqQuestion": "How many 13 letter words can you find with letters 'HARDNEAPHAZSS' using our 13 letter word finder?",
69
- "faqAnswer": "Using our 13 letter word finder, for the letters 'HARDNEAPHAZSS' ,you can find following word haphazardness"
86
+ "Question": "How many 13 letter words can you find with letters 'HARDNEAPHAZSS' using our 13 letter word finder?",
87
+ "Answer": "Using our 13 letter word finder, for the letters 'HARDNEAPHAZSS' ,you can find following word haphazardness"
70
88
  },
71
89
  {
72
- "faqQuestion": "What are 13 letter words that end with B ?",
73
- "faqAnswer": "Some 13 letter words that end with LY are rumbustiously,scrumptiously,tendentiously,expeditiously,pretentiously,sententiously,contentiously,isochronously,polyphonously,cacophonously,anachronously,qsynchronously"
90
+ "Question": "What are 13 letter words that end with B ?",
91
+ "Answer": "Some 13 letter words that end with LY are rumbustiously,scrumptiously,tendentiously,expeditiously,pretentiously,sententiously,contentiously,isochronously,polyphonously,cacophonously,anachronously,qsynchronously"
74
92
  },
75
93
  {
76
- "faqQuestion": "What are 13 letter words that end with EN ?",
77
- "faqAnswer": "Some 13 letter words that end with EN are acetaminophen,phytopathogen,tropocollagen,semievergreen,milliroentgen,coastguardmensupersalesmen,underclassmen,upperclassmen"
94
+ "Question": "What are 13 letter words that end with EN ?",
95
+ "Answer": "Some 13 letter words that end with EN are acetaminophen,phytopathogen,tropocollagen,semievergreen,milliroentgen,coastguardmensupersalesmen,underclassmen,upperclassmen"
78
96
  },
79
97
  {
80
- "faqQuestion": "How many 13 letter words are there in English?",
81
- "faqAnswer": "There are 13857 thirteen-letter words"
98
+ "Question": "How many 13 letter words are there in English?",
99
+ "Answer": "There are 13857 thirteen-letter words"
82
100
  },
83
101
  {
84
- "faqQuestion": "What are 13 letter words that start with PO ?",
85
- "faqAnswer": "Some 13 letter words that start with PO are postembryonic,pointillistic,podzolization,podsolization,pococurantism,pointlessness,pointednesses,poikilotherms,pogonophorans"
102
+ "Question": "What are 13 letter words that start with PO ?",
103
+ "Answer": "Some 13 letter words that start with PO are postembryonic,pointillistic,podzolization,podsolization,pococurantism,pointlessness,pointednesses,poikilotherms,pogonophorans"
86
104
  },
87
105
  {
88
- "faqQuestion": "What are 13 letter words that start with TRE ?",
89
- "faqAnswer": "Some 13 letter words that start with TRE are terephthalate,terpsichorean,tercentennial,teratologists,teratological,teratogeneses,teratogenesis,tergiversated"
106
+ "Question": "What are 13 letter words that start with TRE ?",
107
+ "Answer": "Some 13 letter words that start with TRE are terephthalate,terpsichorean,tercentennial,teratologists,teratological,teratogeneses,teratogenesis,tergiversated"
90
108
  },
91
109
  {
92
- "faqQuestion": "What are some commonly used 13 letter word used in scrabble ?",
93
- "faqAnswer": "Some commonly used 13 letter word used in scrabble are juxtaposition, brokenhearted, phencyclidine, desegregation, prognosticate, dissimulation, anticlimactic, hyperhidrosis, acceptability, involuntarily, teleportation, tyrannosaurus, preoccupation, baccalaureate, chronographic, trigonometric, investigation, butterfingers"
110
+ "Question": "What are some commonly used 13 letter word used in scrabble ?",
111
+ "Answer": "Some commonly used 13 letter word used in scrabble are juxtaposition, brokenhearted, phencyclidine, desegregation, prognosticate, dissimulation, anticlimactic, hyperhidrosis, acceptability, involuntarily, teleportation, tyrannosaurus, preoccupation, baccalaureate, chronographic, trigonometric, investigation, butterfingers"
94
112
  },
95
113
  {
96
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'AROPNTPHAGYHO'?",
97
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'AROPNTPHAGYHO' is anthropophagy "
114
+ "Question": "How many meaningful 13 letter words can be created by solving jumble word 'AROPNTPHAGYHO'?",
115
+ "Answer": "Some 13 letter words that can be created from jumble word 'AROPNTPHAGYHO' is anthropophagy "
98
116
  },
99
117
  {
100
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'RAILPAUENZANF'?",
101
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'RAILPAUENZANF' is parainfluenza"
118
+ "Question": "How many meaningful 13 letter words can be created by solving jumble word 'RAILPAUENZANF'?",
119
+ "Answer": "Some 13 letter words that can be created from jumble word 'RAILPAUENZANF' is parainfluenza"
102
120
  },
103
121
  {
104
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'HARNIZESMDISO'?",
105
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'HARNIZESMDISO' is disharmonizes "
122
+ "Question": "How many meaningful 13 letter words can be created by solving jumble word 'HARNIZESMDISO'?",
123
+ "Answer": "Some 13 letter words that can be created from jumble word 'HARNIZESMDISO' is disharmonizes "
106
124
  },
107
125
  {
108
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'ATRBDECALOXYE'?",
109
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'ATRBDECALOXYE' is decarboxylate "
126
+ "Question": "How many meaningful 13 letter words can be created by solving jumble word 'ATRBDECALOXYE'?",
127
+ "Answer": "Some 13 letter words that can be created from jumble word 'ATRBDECALOXYE' is decarboxylate "
110
128
  },
111
129
  {
112
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'HATEPYROPPHOS'?",
113
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'HATEPYROPPHOS' is pyrophosphate "
130
+ "Question": "How many meaningful 13 letter words can be created by solving jumble word 'HATEPYROPPHOS'?",
131
+ "Answer": "Some 13 letter words that can be created from jumble word 'HATEPYROPPHOS' is pyrophosphate "
114
132
  },
115
133
  {
116
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'EMBONMELAZNTS'?",
117
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'EMBONMELAZNTS' is emblazonments "
134
+ "Question": "How many meaningful 13 letter words can be created by solving jumble word 'EMBONMELAZNTS'?",
135
+ "Answer": "Some 13 letter words that can be created from jumble word 'EMBONMELAZNTS' is emblazonments "
118
136
  },
119
137
  {
120
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'NIZATIONBALKA'?",
121
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'NIZATIONBALKA' is balkanization "
138
+ "Question": "How many meaningful 13 letter words can be created by solving jumble word 'NIZATIONBALKA'?",
139
+ "Answer": "Some 13 letter words that can be created from jumble word 'NIZATIONBALKA' is balkanization "
122
140
  },
123
141
  {
124
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'ENIADATHBZOLE'?",
125
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'ENIADATHBZOLE' is thiabendazole"
142
+ "Question": "How many meaningful 13 letter words can be created by solving jumble word 'ENIADATHBZOLE'?",
143
+ "Answer": "Some 13 letter words that can be created from jumble word 'ENIADATHBZOLE' is thiabendazole"
126
144
  },
127
145
  {
128
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'LEIALYZNONDBA'?",
129
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'LEIALYZNONDBA' is nondialyzable"
146
+ "Question": "How many meaningful 13 letter words can be created by solving jumble word 'LEIALYZNONDBA'?",
147
+ "Answer": "Some 13 letter words that can be created from jumble word 'LEIALYZNONDBA' is nondialyzable"
130
148
  },
131
149
  {
132
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'ANIUBLZEREPIC'?",
133
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'ANIUBLZEREPIC' is republicanize"
150
+ "Question": "How many meaningful 13 letter words can be created by solving jumble word 'ANIUBLZEREPIC'?",
151
+ "Answer": "Some 13 letter words that can be created from jumble word 'ANIUBLZEREPIC' is republicanize"
134
152
  },
135
153
  {
136
- "faqQuestion": "Is chlorenchymas a 13 letter valid scrabble word?",
137
- "faqAnswer": "Yes, chlorenchymas is a 13 letter valid scrabble word"
154
+ "Question": "Is chlorenchymas a 13 letter valid scrabble word?",
155
+ "Answer": "Yes, chlorenchymas is a 13 letter valid scrabble word"
138
156
  },
139
157
  {
140
- "faqQuestion": "Is propagandizer a 13 letter valid scrabble word?",
141
- "faqAnswer": "Yes, propagandizer is a 13 letter valid scrabble word"
158
+ "Question": "Is propagandizer a 13 letter valid scrabble word?",
159
+ "Answer": "Yes, propagandizer is a 13 letter valid scrabble word"
142
160
  },
143
161
  {
144
- "faqQuestion": "Is ambidexterity a 13 letter valid scrabble word?",
145
- "faqAnswer": "Yes, ambidexterity is a 13 letter valid scrabble word"
162
+ "Question": "Is ambidexterity a 13 letter valid scrabble word?",
163
+ "Answer": "Yes, ambidexterity is a 13 letter valid scrabble word"
146
164
  },
147
165
  {
148
- "faqQuestion": "Is quadriplegics a 13 letter valid scrabble word?",
149
- "faqAnswer": "Yes, quadriplegics is a 13 letter valid scrabble word"
166
+ "Question": "Is quadriplegics a 13 letter valid scrabble word?",
167
+ "Answer": "Yes, quadriplegics is a 13 letter valid scrabble word"
150
168
  },
151
169
  {
152
- "faqQuestion": "Is phlebographic a 13 letter valid scrabble word?",
153
- "faqAnswer": "Yes, phlebographic is a 13 letter valid scrabble word"
170
+ "Question": "Is phlebographic a 13 letter valid scrabble word?",
171
+ "Answer": "Yes, phlebographic is a 13 letter valid scrabble word"
154
172
  },
155
173
  {
156
- "faqQuestion": "Is acquiescences a 13 letter valid scrabble word?",
157
- "faqAnswer": "Yes, acquiescences is a 13 letter valid scrabble word"
174
+ "Question": "Is acquiescences a 13 letter valid scrabble word?",
175
+ "Answer": "Yes, acquiescences is a 13 letter valid scrabble word"
158
176
  },
159
177
  {
160
- "faqQuestion": "Is heterozygoses a 13 letter valid scrabble word?",
161
- "faqAnswer": "Yes, heterozygoses is a 13 letter valid scrabble word"
178
+ "Question": "Is heterozygoses a 13 letter valid scrabble word?",
179
+ "Answer": "Yes, heterozygoses is a 13 letter valid scrabble word"
162
180
  },
163
181
  {
164
- "faqQuestion": "Is epigrammatize a 13 letter valid scrabble word?",
165
- "faqAnswer": "Yes, epigrammatize is a 13 letter valid scrabble word"
182
+ "Question": "Is epigrammatize a 13 letter valid scrabble word?",
183
+ "Answer": "Yes, epigrammatize is a 13 letter valid scrabble word"
166
184
  },
167
185
  {
168
- "faqQuestion": "Is contemporized a 13 letter valid scrabble word?",
169
- "faqAnswer": "Yes, contemporized is a 13 letter valid scrabble word"
186
+ "Question": "Is contemporized a 13 letter valid scrabble word?",
187
+ "Answer": "Yes, contemporized is a 13 letter valid scrabble word"
170
188
  },
171
189
  {
172
- "faqQuestion": "Is psychokinetic a 13 letter valid scrabble word?",
173
- "faqAnswer": "Yes, psychokinetic is a 13 letter valid scrabble word"
190
+ "Question": "Is psychokinetic a 13 letter valid scrabble word?",
191
+ "Answer": "Yes, psychokinetic is a 13 letter valid scrabble word"
174
192
  }
175
193
  ],
176
194
  "aboutList": [
@@ -181,4 +199,4 @@
181
199
  "aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
182
200
  }
183
201
  ]
184
- }
202
+ }
@@ -1,4 +1,22 @@
1
1
  {
2
+ "filewords": {
3
+ "name": "",
4
+ "data": [
5
+ {
6
+ "websitename": "wordswithletters",
7
+ "word": "two",
8
+ "x": "3",
9
+ "gameName": "scrabble"
10
+ },
11
+ {
12
+ "websitename": "wordswithletters",
13
+ "word": "car",
14
+ "x": "3",
15
+ "gameName": "words with friends"
16
+ }
17
+ ]
18
+ },
19
+ "filepath": {},
2
20
  "title": "Three letter word finder ",
3
21
  "h1": "Three letter word finder ",
4
22
  "meta": "Worried with an Three popping up in your word game? Use our Three letter word finder now itself!",
@@ -185,4 +203,4 @@
185
203
  "aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
186
204
  }
187
205
  ]
188
- }
206
+ }
@@ -1,4 +1,22 @@
1
1
  {
2
+ "filewords": {
3
+ "name": "",
4
+ "data": [
5
+ {
6
+ "websitename": "wordswithletters",
7
+ "word": "Independence",
8
+ "x": "12",
9
+ "gameName": "scrabble"
10
+ },
11
+ {
12
+ "websitename": "wordswithletters",
13
+ "word": "Independence",
14
+ "x": "12",
15
+ "gameName": "words with friends"
16
+ }
17
+ ]
18
+ },
19
+ "filepath": {},
2
20
  "title": "Twelve letter word finder ",
3
21
  "h1": "Twelve letter word finder ",
4
22
  "meta": "Worried with an Twelve popping up in your word game? Use our Twelve letter word finder now itself!",
@@ -181,4 +199,4 @@
181
199
  "aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
182
200
  }
183
201
  ]
184
- }
202
+ }
@@ -1,4 +1,22 @@
1
1
  {
2
+ "filewords": {
3
+ "name": "",
4
+ "data": [
5
+ {
6
+ "websitename": "wordswithletters",
7
+ "word": "car",
8
+ "x": "2",
9
+ "gameName": "scrabble"
10
+ },
11
+ {
12
+ "websitename": "wordswithletters",
13
+ "word": "car",
14
+ "x": "2",
15
+ "gameName": "words with friends"
16
+ }
17
+ ]
18
+ },
19
+ "filepath": {},
2
20
  "title": "Two letter word finder ",
3
21
  "h1": "Two letter word finder ",
4
22
  "meta": "Worried with an Two popping up in your word game? Use our Two letter word finder now itself!",
@@ -185,4 +203,4 @@
185
203
  "aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
186
204
  }
187
205
  ]
188
- }
206
+ }
@@ -1,10 +1,90 @@
1
+ <style>
2
+ .tbl {
3
+ margin-bottom: 50px;
4
+ }
5
+
6
+ .table-striped {
7
+ background: #F6F6F6;
8
+ }
9
+
10
+ .table-striped tbody tr:nth-of-type(odd) {
11
+ background-color: white !important;
12
+ }
13
+ </style>
1
14
  <div class="container">
2
15
  <div class="row mx-auto">
3
16
  <div class="col-md-10 mx-auto text-center">
4
- <h2 class="my-5 Xletters">
5
- <h2>
6
- <div class="wordpointtables"></div>
7
- <div style="color:red;" id="errorMsg"></div>
17
+ {%- assign fileName = {{page.fileName}} -%}
18
+ {%- for o in site.data.WordPointTables -%}
19
+ {%- for item in o limit: 1 -%}
20
+ {%- assign filename = item.filename | replace: '.json', ''-%}
21
+ {%- if filename == {{fileName}} -%}
22
+ <table class="tbl table table-striped table-bordered" style="font-size: 18px;">
23
+ <tr style="background: #BB66DC !important; color: white">
24
+ <th>Word</th>
25
+ <th>Points</th>
26
+ </tr>
27
+ {%- for item in o limit: 5-%}
28
+ {%- assign filename = item.filename | replace: '.json', ''-%}
29
+ {%- if filename == {{fileName}} -%}
30
+ {%- if forloop.index == 1 -%}
31
+
32
+
33
+
34
+ {%- if site.name == "wordswithletters" -%}
35
+ <h1 style="font-size: 18px;">
36
+ Top scoring {{item.x}} letter words with letters <span class="joinString">{{item.letter}}</span> for
37
+ {{item.gameName}}
38
+ </h1>
39
+
40
+ {%- endif -%}
41
+
42
+
43
+ {%- if site.name == "wordfinders" -%}
44
+ <h1 style="font-size: 18px;">
45
+ {{item.x}} letter words with highest score for {{item.gameName}} containing letters
46
+ <span class="joinString"> {{item.word }} </span> using {{item.x}} letter word finder
47
+ </h1>
48
+ {%- endif -%}
49
+
50
+ {%- if site.name == "wordscramblers" -%}
51
+ <h1 style="font-size: 18px;">
52
+ {{item.x}} letter words with highest score for {{item.gameName}} with letters <span>{{item.word
53
+ }}</span>
54
+ using our {{item.x}} letter
55
+ word unscrambler
56
+ </h1>
57
+ {%- endif -%}
58
+
59
+ {%- if site.name == "wordunscramblerss" -%}
60
+ <h1 style="font-size: 18px;">
61
+ Top scoring {{item.x}} letter words for {{item.gameName}} containing letters
62
+ <span>{{item.word}}</span>
63
+ using our {{item.x}} letter
64
+ word scrambler
65
+ </h1>
66
+ {%- endif -%}
67
+ {%- endif -%}
68
+ <tr>
69
+ <td>{{item.word}}</td>
70
+ <td>{{item.points}}</td>
71
+ </tr>
72
+ {%- endif -%}
73
+ {%- endfor -%}
74
+
75
+ </table>
76
+ {%- endif -%}
77
+ {%- endfor -%}
78
+ {%- endfor -%}
8
79
  </div>
9
80
  </div>
10
- </div>
81
+ </div>
82
+
83
+
84
+ <script>
85
+ let joinString = document.getElementsByClassName("joinString")
86
+ Array.from(joinString).forEach((element) => {
87
+ let elem = element.innerHTML
88
+ element.innerHTML = elem.split("")
89
+ })
90
+ </script>
@@ -41,7 +41,6 @@
41
41
  {%- endunless -%}
42
42
  {{ page.title}}</title>
43
43
 
44
- {% include adsense/adsense.html %}
45
44
  <script>
46
45
  if ('serviceWorker' in navigator) {
47
46
  window.addEventListener('load', () => {
@@ -105,5 +104,6 @@
105
104
  {%- include Rating/structureddata.html -%}
106
105
  {%- endif -%}
107
106
  </script>
107
+ {% include adsense/adsense.html %}
108
108
  {%- include google-analytics.html -%}
109
109
  </head>
@@ -25,6 +25,10 @@
25
25
  {% endif %}
26
26
  {% endif %}
27
27
 
28
+
29
+ {%- if page.letter -%}
30
+ {%- include WordPointTables/table.html -%}
31
+ {%- endif -%}
28
32
  {%- if site.posts.size>0 -%}
29
33
  {% include section/blog.html %}
30
34
  {%- endif -%}
@@ -36,7 +40,6 @@
36
40
 
37
41
  <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
38
42
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
39
-
40
43
  </body>
41
44
 
42
45
  </html>
@@ -8,7 +8,6 @@
8
8
 
9
9
  <body>
10
10
  {%- include header/index.html -%}
11
-
12
11
  <!-- Start page-top section -->
13
12
  <section class="page-top-section">
14
13
  <div class="container">
@@ -29,8 +29,6 @@ async function Scrabble() {
29
29
  ''
30
30
  )}</strong>`
31
31
  } else {
32
-
33
-
34
32
  if (letterLen) {
35
33
  filterData = data.filter((item) => item.length == letterLen)
36
34
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-27 00:00:00.000000000 Z
11
+ date: 2021-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -61,6 +61,7 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - LICENSE.txt
63
63
  - README.md
64
+ - _data/WordPointTables.json
64
65
  - _data/blog/alertbar.yml
65
66
  - _data/blog/blog.yml
66
67
  - _data/blog/nav.json