word-games-theme 0.4.0 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/_data/autogenerated_data.json +14 -0
  3. data/_data/content/en/pooja.json +34 -0
  4. data/_data/content/en/python.json +37 -0
  5. data/_data/content/en/react.json +62 -0
  6. data/_data/header/en/data.json +8 -0
  7. data/_data/theme/colors.json +2 -2
  8. data/_data/wordgames/en/unscramble_letters_to_make_words.json +73 -0
  9. data/_data/wordgames/en/unscramble_words_and_jumble_solver.json +85 -0
  10. data/_data/xyzPagesData/en/unscramble-letters-jumble.json +284 -0
  11. data/_data/xyzPagesData/en/words-with-letters-cheat.json +160 -0
  12. data/_includes/autogenerated/content.html +105 -0
  13. data/_includes/section/commonPage.html +14 -5
  14. data/_includes/section/home.html +21 -4
  15. data/_includes/section/home2.html +18 -4
  16. data/_includes/section/recent_posts.html +37 -37
  17. data/_includes/section/related_categories_post.html +96 -14
  18. data/_includes/section/xyzGroup.html +8 -7
  19. data/_includes/xyzpages/xyz.html +24 -13
  20. data/_includes/xyzpages/xyzFooter.html +62 -0
  21. data/_layouts/autogencontent.html +17 -0
  22. data/_layouts/post.html +17 -12
  23. data/_layouts/xyzpages.html +72 -35
  24. data/assets/css/advancedFilter.css +3 -2
  25. data/assets/css/content.css +103 -0
  26. data/assets/css/home.css +17 -0
  27. data/assets/images/board-game.png +0 -0
  28. data/assets/images/star.png +0 -0
  29. data/assets/images/star.svg +68 -7
  30. data/assets/js/X-letter.js +1 -1
  31. data/assets/js/wordScrabble.js +1 -1
  32. data/assets/js/xyz.js +110 -0
  33. metadata +16 -5
  34. data/_includes/section/related_tag_post.html +0 -60
  35. data/assets/images/puzzle.png +0 -0
  36. data/assets/images/vectorpaint.svg +0 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f2745e3794b9e12a9366c59a20fceaf96714807a21896a21d2bf1eb6ec4c549
4
- data.tar.gz: af526f0e4877aa4d7a8af622ec974bac1d91f494c271d8b3fc8e18065eea3570
3
+ metadata.gz: 930951b405155b620dbdec4cf39bbce64c030a096608496a5521df5d0469fe85
4
+ data.tar.gz: ccba43a695a4fd3ea00e724ae5edb21ab75867a7cfd82af15dfe55366f6b8fd1
5
5
  SHA512:
6
- metadata.gz: d093427db703098f75cbf4134f6251725cd9bb696d75a029377d1284b80ef532580729d420eaaac9b5c95048dd84088fc3c1c6a8437744cf738f3263e6d18fcf
7
- data.tar.gz: d96e6c679ecd77691bd035527aaf5740f07bd9a1228403b1566790d777766b4bef5236d6f211037e90c3e3ee62e7c6c9e347d7e21309d08350b22a9de40d249a
6
+ metadata.gz: 56535c94ac217275da34ce326ad2db1eda344ac40b0f4d7014a349a4f4ff1b1e9572477e0e03593ad15cb3bae38cd3361eeae74cf4bc0871869da61657a146e1
7
+ data.tar.gz: 0f26578deeeb572b1002b701cdecc22ee91e5498857864826170dbc2a53b1535474ea2c86b8489ef16057b4cc50be3e9a10db971d141caa2f6c8e943935d51b8
@@ -0,0 +1,14 @@
1
+ {
2
+ "data": [
3
+ {
4
+ "word": "python",
5
+ "x": "6",
6
+ "gameName": "scrabble"
7
+ },
8
+ {
9
+ "word": "reconsoled",
10
+ "x": "9",
11
+ "gameName": "words with friends"
12
+ }
13
+ ]
14
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "letter": "pooja",
3
+ "x": 2,
4
+ "h1": "2 letters words created using letters pooja",
5
+ "h2": "Find Possible combinations of words with letters pooja",
6
+ "title": "Words with letters pooja | Find all the words with these letters",
7
+ "meta": "Searching for words with letters pooja for games like word with friends or scrabble? Don't worry ,we have provided all the possible combinations for you.",
8
+ "wordLength": "3 words with letters p,o,o,j,a",
9
+ "words": [
10
+ [
11
+ {
12
+ "word": "jo",
13
+ "points": 9,
14
+ "i": 5,
15
+ "scrabble": "jo is a valid word in scrabble. As per TWL06 dictionary it has 9 points, and as per SOWPODS dictionary it has 9 points.",
16
+ "wordswithfriend": "jo is a valid word in words with friends. As per Words with Friends dictionary it has 11 points."
17
+ },
18
+ {
19
+ "word": "op",
20
+ "points": 4,
21
+ "i": 5,
22
+ "scrabble": "op is a valid word in scrabble. As per TWL06 dictionary it has 4 points, and as per SOWPODS dictionary it has 4 points.",
23
+ "wordswithfriend": "op is a valid word in words with friends. As per Words with Friends dictionary it has 5 points."
24
+ },
25
+ {
26
+ "word": "pa",
27
+ "points": 4,
28
+ "i": 5,
29
+ "scrabble": "pa is a valid word in scrabble. As per TWL06 dictionary it has 4 points, and as per SOWPODS dictionary it has 4 points.",
30
+ "wordswithfriend": "pa is a valid word in words with friends. As per Words with Friends dictionary it has 5 points."
31
+ }
32
+ ]
33
+ ]
34
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "letter": "python",
3
+ "x": 6,
4
+ "h1": "6 letters words created using letters python",
5
+ "h2": "Find Possible combinations of words with letters python",
6
+ "title": "Words with letters python | Find all the words with these letters",
7
+ "meta": "Searching for words with letters python for games like word with friends or scrabble? Don't worry ,we have provided all the possible combinations for you.",
8
+ "wordLength": "3 words with letters p,y,t,h,o,n",
9
+ "words": [
10
+ [
11
+ {
12
+ "no": "1.",
13
+ "word": "phyton",
14
+ "points": 14,
15
+ "i": 6,
16
+ "scrabble": "<strong>Python</strong> is a valid word in scrabble. As per TWL06 dictionary it has <strong>14</strong> points, and as per SOWPODS dictionary it has <strong>14</strong> points.",
17
+ "wordswithfriend": "Phyton is a valid word in words with friends. As per Words with Friends dictionary it has 14 points."
18
+ },
19
+ {
20
+ "no": "2.",
21
+ "word": "python",
22
+ "points": 14,
23
+ "i": 6,
24
+ "scrabble": "Python is a valid word in scrabble. As per TWL06 dictionary it has 14 points, and as per SOWPODS dictionary it has 14 points.",
25
+ "wordswithfriend": "python is a valid word in words with friends. As per Words with Friends dictionary it has 14 points."
26
+ },
27
+ {
28
+ "no": "3.",
29
+ "word": "typhon",
30
+ "points": 14,
31
+ "i": 6,
32
+ "scrabble": "typhon is a valid word in scrabble. As per TWL06 dictionary it has 14 points, and as per SOWPODS dictionary it has 14 points.",
33
+ "wordswithfriend": "typhon is a valid word in words with friends. As per Words with Friends dictionary it has 14 points."
34
+ }
35
+ ]
36
+ ]
37
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "letter": "react",
3
+ "x": 5,
4
+ "h1": "5 letters words created using letters react",
5
+ "h2": "Find Possible combinations of words with letters react",
6
+ "title": "Words with letters react | Find all the words with these letters",
7
+ "meta": "Searching for words with letters react for games like word with friends or scrabble? Don't worry ,we have provided all the possible combinations for you.",
8
+ "wordLength": "5 letter words with letters made by words with letters r,e,a,c,t",
9
+ "words": [
10
+ [
11
+ {
12
+ "word": "caret",
13
+ "points": 7,
14
+ "i": 5,
15
+ "scrabble": "caret is a valid word in scrabble. As per TWL06 dictionary it has 7 points, and as per SOWPODS dictionary it has 7 points.",
16
+ "wordswithfriend": "caret is a valid word in words with friends. As per Words with Friends dictionary it has 8 points."
17
+ },
18
+ {
19
+ "word": "carte",
20
+ "points": 7,
21
+ "i": 5,
22
+ "scrabble": "carte is a valid word in scrabble. As per TWL06 dictionary it has 7 points, and as per SOWPODS dictionary it has 7 points.",
23
+ "wordswithfriend": "carte is a valid word in words with friends. As per Words with Friends dictionary it has 8 points."
24
+ },
25
+ {
26
+ "word": "cater",
27
+ "points": 7,
28
+ "i": 5,
29
+ "scrabble": "cater is a valid word in scrabble. As per TWL06 dictionary it has 7 points, and as per SOWPODS dictionary it has 7 points.",
30
+ "wordswithfriend": "cater is a valid word in words with friends. As per Words with Friends dictionary it has 8 points."
31
+ },
32
+ {
33
+ "word": "crate",
34
+ "points": 7,
35
+ "i": 5,
36
+ "scrabble": "crate is a valid word in scrabble. As per TWL06 dictionary it has 7 points, and as per SOWPODS dictionary it has 7 points.",
37
+ "wordswithfriend": "crate is a valid word in words with friends. As per Words with Friends dictionary it has 8 points."
38
+ },
39
+ {
40
+ "word": "react",
41
+ "points": 7,
42
+ "i": 5,
43
+ "scrabble": "react is a valid word in scrabble. As per TWL06 dictionary it has 7 points, and as per SOWPODS dictionary it has 7 points.",
44
+ "wordswithfriend": "react is a valid word in words with friends. As per Words with Friends dictionary it has 8 points."
45
+ },
46
+ {
47
+ "word": "recta",
48
+ "points": 7,
49
+ "i": 5,
50
+ "scrabble": "recta is a valid word in scrabble. As per TWL06 dictionary it has 7 points, and as per SOWPODS dictionary it has 7 points.",
51
+ "wordswithfriend": "recta is a valid word in words with friends. As per Words with Friends dictionary it has 8 points."
52
+ },
53
+ {
54
+ "word": "trace",
55
+ "points": 7,
56
+ "i": 5,
57
+ "scrabble": "trace is a valid word in scrabble. As per TWL06 dictionary it has 7 points, and as per SOWPODS dictionary it has 7 points.",
58
+ "wordswithfriend": "trace is a valid word in words with friends. As per Words with Friends dictionary it has 8 points."
59
+ }
60
+ ]
61
+ ]
62
+ }
@@ -1,5 +1,13 @@
1
1
  {
2
2
  "more": [
3
+ {
4
+ "name": "words",
5
+ "url": "/test"
6
+ },
7
+ {
8
+ "name": "unscramble-letters",
9
+ "url": "/unscramble-letters-to-make-words"
10
+ },
3
11
  {
4
12
  "name": "Anagram word finder",
5
13
  "url": "/anagram-word-finder"
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "navbarBg": "#f8f9fa",
3
- "inputFieldBorder": "10px",
4
- "inputButtonBg": "#B465DB"
3
+ "inputFieldBorder": "4px",
4
+ "inputButtonBg": "#000"
5
5
  }
@@ -0,0 +1,73 @@
1
+ {
2
+ "title": "Unscramble letters to make words : TODO",
3
+ "h1": "Unscramble letters to make words : TODO",
4
+ "meta": "Still thinking of unscrambling words ? Use our unscrambler now!",
5
+ "featureNo": "02",
6
+ "feature_title": "Features",
7
+ "blogNo": "03",
8
+ "blog_title": "Blog",
9
+ "FaqNo": "04",
10
+ "Faq_title": "FAQ",
11
+ "aboutNo": "05",
12
+ "about_title": "About",
13
+ "featureList": [
14
+ {
15
+ "feature_heading": "Super-fast unscrambler",
16
+ "feature_text": "Unscramble letters to make words just in few seconds.",
17
+ "fa_class": "../assets/images/star.svg"
18
+ },
19
+ {
20
+ "feature_heading": "12 letters is a big deal!",
21
+ "feature_text": "Yes! Unscramble letters to make words with a limit of 12 words. Get multiple words from the unscrambler too. Multiple word unscrambler makes the job easier.",
22
+ "fa_class": "../assets/images/star.svg"
23
+ },
24
+ {
25
+ "feature_heading": "Free cheats to unscramble multiple words",
26
+ "feature_text": "Playing with friends? Our word unscrambler cheat will come in handy",
27
+ "fa_class": "../assets/images/star.svg"
28
+ },
29
+ {
30
+ "feature_heading": "New Updates to be Highlighted",
31
+ "feature_text": "Every new feature related to scrabble game will be highlighted right at our home page so that you can use them!",
32
+ "fa_class": "../assets/images/star.svg"
33
+ }
34
+ ],
35
+ "faqList": [
36
+ {
37
+ "Question": "Can I know how much points will the word score in a word game?",
38
+ "Answer": "Yes, absolutely. Our website not only provides you all the possible word formations from the words entered by you but also displays the points that you will score if you use this word in a game. The number displayed on the bottom right corner of each word is the points you will get from the word.",
39
+ "": "",
40
+ "__1": ""
41
+ },
42
+ {
43
+ "Question": "What are the sorting options available?",
44
+ "Answer": "We provide multiple sorting options. You can sort the search results from A-Z and from Z-A. We also have an option in which the results are sorted by the points they earn on a scrabble board from highest to lowest.",
45
+ "": "",
46
+ "__1": ""
47
+ },
48
+ {
49
+ "Question": "Can I sort the search results?",
50
+ "Answer": "Yes, once the results are displayed, according to the number of results generated, the sort function with appear on the screen.",
51
+ "": "",
52
+ "__1": ""
53
+ },
54
+ {
55
+ "Question": "What are the dictionary options available?",
56
+ "Answer": "Multiple word unscrambler allows you to take into consideration three dictionaries, thereby increasing your chances of finding more words that make sense. The dictionary options available with us are Dictionart, TWLO6(US, Canada and Thailand), SOWPODS (UK and others) and Enable (Words with Friends)",
57
+ "": "",
58
+ "__1": ""
59
+ },
60
+ {
61
+ "Question": "How can I use the Advanced filter option?",
62
+ "Answer": "To use the advanced filter option just click on Advanced Filters. Fill in your options like word Starts With, the Prefix, what letters or words it Must Include, what it Contains, what your word End With, the Suffix, the length of the word and click on apply."
63
+ }
64
+ ],
65
+ "aboutList": [
66
+ {
67
+ "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!"
68
+ },
69
+ {
70
+ "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!"
71
+ }
72
+ ]
73
+ }
@@ -0,0 +1,85 @@
1
+ {
2
+ "title": "Unscramble words - Jumble solver",
3
+ "h1": "Unscramble words - Jumble solver",
4
+ "meta": "Still thinking of unscrambling and unjumbling jumbled words ? Use our jumble solver now!",
5
+ "featureNo": "02",
6
+ "feature_title": "Features",
7
+ "blogNo": "03",
8
+ "blog_title": "Blog",
9
+ "FaqNo": "04",
10
+ "Faq_title": "FAQ",
11
+ "aboutNo": "05",
12
+ "about_title": "About",
13
+ "featureList": [
14
+ {
15
+ "feature_heading": "But you must have surely heard it if you are huge fan of jumble games",
16
+ "feature_text": "However, if word games is your cup of tea and especially jumble puzzles, you’ll understand how essential is an unscrambler to unscramble jumbled words",
17
+ "fa_class": "../assets/images/star.svg"
18
+ },
19
+ {
20
+ "feature_heading": "Where to use this Unscramble words - Jumble solver?",
21
+ "feature_text": "Unscramble words - Jumble solver can be used in any word game like Scrabble, Super Scrabble, AbbleDabble, AlphaJax, Wordfeud, Droidwords,Word By Post, Word hums, Wordsmith, Lexulous, Literati, etc.",
22
+ "fa_class": "../assets/images/star.svg"
23
+ },
24
+ {
25
+ "feature_heading": "How this Unscramble words - Jumble solver works?",
26
+ "feature_text": [
27
+ "It's extremely simple!: Just enter the jumbled word and there you get the actual word. For example:",
28
+ "\nATLS EON ADLCWIRD will become ONE LAST WILDCARD",
29
+ "\nOT AEKM NWI DORWS turns into MAKE WORDS TO WIN",
30
+ "\nBJMLU EELPHR turns into JUMBLE HELPER"
31
+ ],
32
+ "fa_class": "../assets/images/star.svg"
33
+ }
34
+ ],
35
+ "faqList": [
36
+ {
37
+ "Question": "How to use jumbled solver?",
38
+ "Answer": "Enter up to 15 letters in the large blue box above. When you’re done entering your letters, simply hit the search button on the right.The jumbled solver cheat can unscramble the letters and supply an inventory of doable words for you to use in your on-line games. You can use our advanced filter option to find the exact words you are looking for, or even sort these results out alphabetically or by points.",
39
+ "": "",
40
+ "__1": ""
41
+ },
42
+ {
43
+ "Question": "What is jumbled solver?",
44
+ "Answer": "Jumbled word finder will arrange the words entered by you in a word that makes sense. It shows the results of all the words that you can make using the letters entered by you. Youcan sort these reults out bu A-Z, Z-A or by points that you get per word.",
45
+ "": "",
46
+ "__1": ""
47
+ },
48
+ {
49
+ "Question": "Can I know how much points will the word score in a word game?",
50
+ "Answer": "Yes, absolutely. Our website not only provides you all the possible word formations from the words entered by you but also displays the points that you will score if you use this word in a game. The number displayed on the bottom right corner of each word is the points you will get from the word.",
51
+ "": "",
52
+ "__1": ""
53
+ },
54
+ {
55
+ "Question": "What are the sorting options available?",
56
+ "Answer": "We provide multiple sorting options. You can sort the search results from A-Z and from Z-A. We also have an option in which the results are sorted by the points they earn on a scrabble board from highest to lowest.",
57
+ "": "",
58
+ "__1": ""
59
+ },
60
+ {
61
+ "Question": "Can I sort the search results?",
62
+ "Answer": "Yes, jumble solver allows you to sort the search results. Once the results are displayed, according to the number of results generated, the sort function with appear on the screen.",
63
+ "": "",
64
+ "__1": ""
65
+ },
66
+ {
67
+ "Question": "What are the dictionary options available?",
68
+ "Answer": "Word jumble help unscramble allows you to take into consideration three dictionaries, thereby increasing your chances of finding more words that make sense. The dictionary options available with us are Dictionary, TWLO6(US, Canada and Thailand), SOWPODS (UK and others) and Enable (Words with Friends)",
69
+ "": "",
70
+ "__1": ""
71
+ },
72
+ {
73
+ "Question": "How can I use the Advanced filter option?",
74
+ "Answer": "To use the advanced filter option just click on Advanced Filters. Fill in your options like word Starts With, the Prefix, what letters or words it Must Include, what it Contains, what your word End With, the Suffix, the length of the word and click on apply."
75
+ }
76
+ ],
77
+ "aboutList": [
78
+ {
79
+ "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!"
80
+ },
81
+ {
82
+ "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!"
83
+ }
84
+ ]
85
+ }
@@ -0,0 +1,284 @@
1
+ {
2
+ "h1": "jumble unscrambled",
3
+ "h2": "All Unscrambled words with letters jumble",
4
+ "title": "Unscramble jumble | All possible words by unscrambling jumble",
5
+ "meta": "Wondering how to unscramble jumble ? Not to worry, as we have made your work easier by unscrambling and writing all the words with given letters\n To enable screen reader support, press Ctrl+Alt+Z To learn about keyboard shortcuts, press Ctrl+slash",
6
+ "megaMenu": {
7
+ "nav-link-name": "Tools",
8
+ "dropdown": [
9
+ {
10
+ "categoryName": "Recommended Pages",
11
+ "links": [
12
+ {
13
+ "name": "Unscramble letters wanting",
14
+ "url": "/unscramble-letters/wanting"
15
+ },
16
+ {
17
+ "name": "Unscramble letters asure",
18
+ "url": "/unscramble-letters/asure"
19
+ },
20
+ {
21
+ "name": "Unscramble letters decline",
22
+ "url": "/unscramble-letters/decline"
23
+ },
24
+ {
25
+ "name": "Unscramble letters develop",
26
+ "url": "/unscramble-letters/develop"
27
+ },
28
+ {
29
+ "name": "Unscramble letters solver",
30
+ "url": "/unscramble-letters/solver"
31
+ },
32
+ {
33
+ "name": "Unscramble letters helper",
34
+ "url": "/unscramble-letters/helper"
35
+ },
36
+ {
37
+ "name": "Unscramble letters scrabble",
38
+ "url": "/unscramble-letters/scrabble"
39
+ },
40
+ {
41
+ "name": "Unscramble letters jumble",
42
+ "url": "/unscramble-letters/jumble"
43
+ },
44
+ {
45
+ "name": "Unscramble letters ascion",
46
+ "url": "/unscramble-letters/ascion"
47
+ },
48
+ {
49
+ "name": "Unscramble letters bridge",
50
+ "url": "/unscramble-letters/bridge"
51
+ }
52
+ ]
53
+ },
54
+ {
55
+ "categoryName": "Users also visited",
56
+ "links": [
57
+ {
58
+ "name": "Unscramble letters phlass",
59
+ "url": "/unscramble-letters/phlass"
60
+ },
61
+ {
62
+ "name": "Unscramble letters senders",
63
+ "url": "/unscramble-letters/senders"
64
+ },
65
+ {
66
+ "name": "Unscramble letters esfeud",
67
+ "url": "/unscramble-letters/esfeud"
68
+ },
69
+ {
70
+ "name": "Unscramble letters rubyl",
71
+ "url": "/unscramble-letters/rubyl"
72
+ },
73
+ {
74
+ "name": "Unscramble letters forceii",
75
+ "url": "/unscramble-letters/forceii"
76
+ },
77
+ {
78
+ "name": "Unscramble letters kabbe",
79
+ "url": "/unscramble-letters/kabbe"
80
+ },
81
+ {
82
+ "name": "Unscramble letters amoral",
83
+ "url": "/unscramble-letters/amoral"
84
+ },
85
+ {
86
+ "name": "Unscramble letters stiffly",
87
+ "url": "/unscramble-letters/stiffly"
88
+ },
89
+ {
90
+ "name": "Unscramble letters riddle",
91
+ "url": "/unscramble-letters/riddle"
92
+ },
93
+ {
94
+ "name": "Unscramble letters wishful",
95
+ "url": "/unscramble-letters/wishful"
96
+ },
97
+ {
98
+ "name": "Unscramble letters acorno",
99
+ "url": "/unscramble-letters/acorno"
100
+ },
101
+ {
102
+ "name": "Unscramble letters topic",
103
+ "url": "/unscramble-letters/topic"
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "categoryName": "Users also visited",
109
+ "links": [
110
+ {
111
+ "name": "Unscramble letters minceo",
112
+ "url": "/unscramble-letters/minceo"
113
+ },
114
+ {
115
+ "name": "Unscramble letters cured",
116
+ "url": "/unscramble-letters/cured"
117
+ },
118
+ {
119
+ "name": "Unscramble letters shuffle",
120
+ "url": "/unscramble-letters/shuffle"
121
+ },
122
+ {
123
+ "name": "Unscramble letters cafeda",
124
+ "url": "/unscramble-letters/cafeda"
125
+ },
126
+ {
127
+ "name": "Unscramble letters awkward",
128
+ "url": "/unscramble-letters/awkward"
129
+ },
130
+ {
131
+ "name": "Unscramble letters council",
132
+ "url": "/unscramble-letters/council"
133
+ },
134
+ {
135
+ "name": "Unscramble letters veranda",
136
+ "url": "/unscramble-letters/veranda"
137
+ },
138
+ {
139
+ "name": "Unscramble letters winner",
140
+ "url": "/unscramble-letters/winner"
141
+ },
142
+ {
143
+ "name": "Unscramble letters mite",
144
+ "url": "/unscramble-letters/mite"
145
+ },
146
+ {
147
+ "name": "Unscramble letters noisess",
148
+ "url": "/unscramble-letters/noisess"
149
+ },
150
+ {
151
+ "name": "Unscramble letters rattle",
152
+ "url": "/unscramble-letters/rattle"
153
+ },
154
+ {
155
+ "name": "Unscramble letters stench",
156
+ "url": "/unscramble-letters/stench"
157
+ },
158
+ {
159
+ "name": "Unscramble letters four",
160
+ "url": "/unscramble-letters/four"
161
+ }
162
+ ]
163
+ }
164
+ ]
165
+ },
166
+ "wordLength": "21 words with letters j,u,m,b,l,e",
167
+ "words": [
168
+ [
169
+ {
170
+ "word": "jumble",
171
+ "points": 17,
172
+ "i": 6
173
+ }
174
+ ],
175
+ [
176
+ {
177
+ "word": "blume",
178
+ "points": 9,
179
+ "i": 5
180
+ },
181
+ {
182
+ "word": "umbel",
183
+ "points": 9,
184
+ "i": 5
185
+ }
186
+ ],
187
+ [
188
+ {
189
+ "word": "blue",
190
+ "points": 6,
191
+ "i": 4
192
+ },
193
+ {
194
+ "word": "jube",
195
+ "points": 13,
196
+ "i": 4
197
+ },
198
+ {
199
+ "word": "lube",
200
+ "points": 6,
201
+ "i": 4
202
+ },
203
+ {
204
+ "word": "mule",
205
+ "points": 6,
206
+ "i": 4
207
+ }
208
+ ],
209
+ [
210
+ {
211
+ "word": "bel",
212
+ "points": 5,
213
+ "i": 3
214
+ },
215
+ {
216
+ "word": "bum",
217
+ "points": 7,
218
+ "i": 3
219
+ },
220
+ {
221
+ "word": "elm",
222
+ "points": 5,
223
+ "i": 3
224
+ },
225
+ {
226
+ "word": "emu",
227
+ "points": 5,
228
+ "i": 3
229
+ },
230
+ {
231
+ "word": "jeu",
232
+ "points": 10,
233
+ "i": 3
234
+ },
235
+ {
236
+ "word": "leu",
237
+ "points": 3,
238
+ "i": 3
239
+ },
240
+ {
241
+ "word": "lum",
242
+ "points": 5,
243
+ "i": 3
244
+ },
245
+ {
246
+ "word": "mel",
247
+ "points": 5,
248
+ "i": 3
249
+ }
250
+ ],
251
+ [
252
+ {
253
+ "word": "be",
254
+ "points": 4,
255
+ "i": 2
256
+ },
257
+ {
258
+ "word": "el",
259
+ "points": 2,
260
+ "i": 2
261
+ },
262
+ {
263
+ "word": "em",
264
+ "points": 4,
265
+ "i": 2
266
+ },
267
+ {
268
+ "word": "me",
269
+ "points": 4,
270
+ "i": 2
271
+ },
272
+ {
273
+ "word": "mu",
274
+ "points": 4,
275
+ "i": 2
276
+ },
277
+ {
278
+ "word": "um",
279
+ "points": 4,
280
+ "i": 2
281
+ }
282
+ ]
283
+ ]
284
+ }