word-games-theme 1.2.1 → 1.2.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: b087476092fd477b54ae7e809b08b8cdebf826d993d833408c328029394d19c6
4
- data.tar.gz: f4ca462142755e207eab475258faf23242585263a280fe1fa7bfd3c7c1ea9f34
3
+ metadata.gz: 42813f93faac52780144775a18e064bcc13bc7d9e2db8ae925d54576b5e3fab4
4
+ data.tar.gz: 5b2173d861cc684feaeebe819bad3a2b4dbc91bfd6e426da10f9fdb6c6136778
5
5
  SHA512:
6
- metadata.gz: a148fee6488effa5163acdfd10214dc4a191c75bcf194f355eb0be6cac85bdf734f7a4d599d827ee4e0f29151bc738ec369bba611096cace35bedcabcb0a6c7b
7
- data.tar.gz: 0a2979a6b7b38c47b7e866dd7f38021ae2632c335263a2072ae227c85906efa2a21642bd7d626de6ef1290a069507e825929ad810582dc5ec9c565b975f598dd
6
+ metadata.gz: ae469ec5dcd8705f514cb81710037f394c6fdd057775845531c6e08865d0828b5c89cf73017daba36a1401d2769fa20a5d2f9f83395ce3fa60b4a4b1d45761f0
7
+ data.tar.gz: f99defa385cec607cd11f05cb776b4a29c5b163a9f8c5abf0e4b436db3766603824a73e20c7916621817598ab024eee3b33176ce70709f7c2f22930b8b231dd9
@@ -1,8 +1,8 @@
1
1
  {
2
- "title": "Create your own wordle game, share with your friends and challenge them !",
3
- "h1": "Choose a five letter word to create wordle game",
4
- "h2": "Enter word and submit to get link to the game for sharing",
5
- "meta": "Quickly create wordle game from your word for free and share with your friends.",
2
+ "title": "Make Your Own Wordle",
3
+ "h1": "",
4
+ "h2": "",
5
+ "meta": "Guess this wordle in 6 tries. You can also share with your friends and challenge them !",
6
6
  "featureNo": "02",
7
7
  "feature_title": "Features",
8
8
  "blogNo": "03",
@@ -11,46 +11,9 @@
11
11
  "Faq_title": "FAQ",
12
12
  "aboutNo": "05",
13
13
  "about_title": "About",
14
- "featureList": [
15
- {
16
- "feature_heading": "",
17
- "feature_text": "",
18
- "fa_class": "../assets/images/star.svg"
19
- },
20
- {
21
- "feature_heading": "",
22
- "feature_text": "",
23
- "fa_class": "../assets/images/star.svg"
24
- },
25
- {
26
- "feature_heading": "",
27
- "feature_text": "",
28
- "fa_class": "../assets/images/star.svg"
29
- },
30
- {
31
- "feature_heading": "",
32
- "feature_text": "",
33
- "fa_class": "../assets/images/star.svg"
34
- },
35
- {
36
- "feature_heading": "",
37
- "feature_text": "",
38
- "fa_class": "../assets/images/star.svg"
39
- },
40
- {
41
- "feature_heading": "",
42
- "feature_text": "",
43
- "fa_class": "../assets/images/star.svg"
44
- }
45
- ],
46
- "faqList": [
47
- {
48
- "Question": "",
49
- "Answer": ""
50
- }
51
- ],
52
14
  "jsfilepaths": [
53
- "/assets/js/game.js"
15
+ "/assets/js/game.js",
16
+ "/assets/js/confetti.js"
54
17
  ],
55
18
  "cssfilepaths": [
56
19
  "/assets/css/game.css"
@@ -16,9 +16,9 @@ poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
16
16
  who has a keen intererst in micro and nano science with a good sense of content creation on diverse topics and often
17
17
  shares his thoughts and helps those he can. He have a knack of writing essays,stories and
18
18
  poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
19
- {% assign arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.webp&&Arjyahi is an aspiring Civil engineer who loves
20
- photography, music, books and philosophy. She also loves nature and animals. She enjoys reading and sharing information
21
- on various topics involving her knacks.&&https://twitter.com/arjyahi" | split: '&&' %}
19
+ {% assign arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.webp&&Arjyahi is a Data Science and Machine Learning
20
+ enthusiast who loves music, books, photography, and philosophy. She also loves nature and animals. She enjoys reading
21
+ and sharing information on various topics involving her knacks.&&https://twitter.com/arjyahi" | split: '&&' %}
22
22
  {% assign nikita = "Nikita Gupta&&/assets/images/Nikita.webp&&Nikita is an aspiring MBA graduate, who loves creating
23
23
  content. She loves reading and watching anime. She is into other languages and currently learning Spanish, French and
24
24
  Japanese. Her favourite timepass is solving sudokus. &&N/A" | split: '&&' %}
@@ -96,7 +96,8 @@
96
96
  </form>
97
97
  {%- if page.wordle == 'solver' -%}
98
98
  <h2 class="m-0 mt-4 text-center" style="font-size:16px">
99
- <a style="color:#000" href="/wordle-solver">Solve wordle quickly using our wordle solver</a>
99
+ <a onclick="gtag('event', 'click', {'event_category': 'Link click', 'event_label': 'Try Wordle Solver'});"
100
+ style="color:#000" href="/wordle-solver">Solve wordle quickly using our wordle solver</a>
100
101
  </h2>
101
102
  {%- endif -%}
102
103
  </div>
@@ -2,11 +2,14 @@
2
2
  <div class="col-md-6 mx-auto">
3
3
  <div class="create-wordle text-center">
4
4
  <div class="wordle-game-generator">
5
+ <div class="alert-container hide">
6
+ <span id="errorMsg"></span>
7
+ </div>
5
8
  <form id="create-wordle-form">
6
9
  <img src="/assets/images/wordle.png" alt="wordswithletters" style="width:35px; height:35px;">
7
- <h4 class="font-weight-bolder mt-3">Make your own wordle</h4>
10
+ <h4 class="font-weight-bolder mt-4">Make your own wordle</h4>
8
11
  <input autocomplete="off" type="text" class="form-control custom-word"
9
- placeholder="Enter custom word up to 5 letters?" name="custom-word" required>
12
+ placeholder="Enter Up to 5 Letters?" name="custom-word" required maxlength="5">
10
13
  <button type="submit" class="btn generate-word-game-link">Generate Link</button>
11
14
  <span class="open-popup" data-toggle="modal" data-target="#exampleModal"></span>
12
15
  </form>
@@ -24,12 +27,12 @@
24
27
  <span class="times-icon">&times;</span>
25
28
  </button>
26
29
  </div>
27
- <div class="modal-body text-center py-5">
28
- <h3 class="font-weight-bolder mb-2">Share this Word's Link</h3>
30
+ <div class="modal-body text-center" style="padding:5rem 0">
31
+ <h3 class="font-weight-bolder mb-4">Share this Word's Link</h3>
29
32
  <div class="wordle-game-play-links">
30
33
  <a style="font-size: 13px;" class="wordle-game-link"></a>
31
34
  <br><br>
32
- <button type="button" class="btn copy-btn">Copy Link</button>
35
+ <button type="button" class="btn copy-btn mt-2">Copy Link</button>
33
36
  <!-- <button type="button" class="btn btn-primary">Play Random Word</button> -->
34
37
  </div>
35
38
  </div>
@@ -1,68 +1,191 @@
1
1
  <div class="game">
2
2
  <div class="game-container">
3
- <div class="game-board"></div>
4
- <div class="game-keyboard my-5">
3
+ <div class="d-flex justify-content-center align-items-center">
4
+ <div style="padding-top:4px; cursor: pointer;" data-toggle="modal" data-target="#how-to-play-wordle">
5
+ <i style="font-size:20px" class="bi bi-question-circle"></i>
6
+ </div>
7
+ <h1 class="text-center font-weight-bolder mb-0 my-4">
8
+ <a class="word-generator-link" href="/word-game-generator-online"> Make your own wordle </a>
9
+ </h1>
10
+
11
+ <!-- <div data-toggle="modal" data-target="#exampleModal">
12
+ <i style="font-size:20px" class="bi bi-question-circle"></i>
13
+ </div> -->
14
+
15
+ </div>
16
+
17
+
18
+ <div class="alert-container hide">
19
+ <span id="errorMsg"></span>
20
+ </div>
21
+ <div class="game-board">
22
+ <div class="tile"></div>
23
+ <div class="tile"></div>
24
+ <div class="tile"></div>
25
+ <div class="tile"></div>
26
+ <div class="tile"></div>
27
+ <div class="tile"></div>
28
+ <div class="tile"></div>
29
+ <div class="tile"></div>
30
+ <div class="tile"></div>
31
+ <div class="tile"></div>
32
+ <div class="tile"></div>
33
+ <div class="tile"></div>
34
+ <div class="tile"></div>
35
+ <div class="tile"></div>
36
+ <div class="tile"></div>
37
+ <div class="tile"></div>
38
+ <div class="tile"></div>
39
+ <div class="tile"></div>
40
+ <div class="tile"></div>
41
+ <div class="tile"></div>
42
+ <div class="tile"></div>
43
+ <div class="tile"></div>
44
+ <div class="tile"></div>
45
+ <div class="tile"></div>
46
+ <div class="tile"></div>
47
+ <div class="tile"></div>
48
+ <div class="tile"></div>
49
+ <div class="tile"></div>
50
+ <div class="tile"></div>
51
+ <div class="tile"></div>
52
+ </div>
53
+ <div data-keyboard class="game-keyboard mt-3">
5
54
  <div class="game-keyboard-row">
6
- <div tabindex="-1" role="button" class="game-keyboard-button">Q</div>
7
- <div tabindex="-1" role="button" class="game-keyboard-button">W</div>
8
- <div tabindex="-1" role="button" class="game-keyboard-button">E</div>
9
- <div tabindex="-1" role="button" class="game-keyboard-button">R</div>
10
- <div tabindex="-1" role="button" class="game-keyboard-button">T</div>
11
- <div tabindex="-1" role="button" class="game-keyboard-button letter-absent">Y</div>
12
- <div tabindex="-1" role="button" class="game-keyboard-button">U</div>
13
- <div tabindex="-1" role="button" class="game-keyboard-button">I</div>
14
- <div tabindex="-1" role="button" class="game-keyboard-button letter-absent">O</div>
15
- <div tabindex="-1" role="button" class="game-keyboard-button letter-elsewhere">P</div>
55
+ <button role="button" class="key-btn" data-key="Q">Q</button>
56
+ <button role="button" class="key-btn" data-key="W">W</button>
57
+ <button role="button" class="key-btn" data-key="E">E</button>
58
+ <button role="button" class="key-btn" data-key="R">R</button>
59
+ <button role="button" class="key-btn" data-key="T">T</button>
60
+ <button role="button" class="key-btn " data-key="Y">Y</button>
61
+ <button role="button" class="key-btn" data-key="U">U</button>
62
+ <button role="button" class="key-btn" data-key="I">I</button>
63
+ <button role="button" class="key-btn" data-key="O">O</button>
64
+ <button role="button" class="key-btn" data-key="P">P</button>
16
65
  </div>
17
66
  <div class="game-keyboard-row">
18
- <div tabindex="-1" role="button" class="game-keyboard-button">A</div>
19
- <div tabindex="-1" role="button" class="game-keyboard-button">S</div>
20
- <div tabindex="-1" role="button" class="game-keyboard-button">D</div>
21
- <div tabindex="-1" role="button" class="game-keyboard-button">F</div>
22
- <div tabindex="-1" role="button" class="game-keyboard-button">G</div>
23
- <div tabindex="-1" role="button" class="game-keyboard-button letter-absent">H</div>
24
- <div tabindex="-1" role="button" class="game-keyboard-button">J</div>
25
- <div tabindex="-1" role="button" class="game-keyboard-button">K</div>
26
- <div tabindex="-1" role="button" class="game-keyboard-button">L</div>
67
+ <button role="button" class="key-btn" data-key="A">A</button>
68
+ <button role="button" class="key-btn" data-key="S">S</button>
69
+ <button role="button" class="key-btn" data-key="D">D</button>
70
+ <button role="button" class="key-btn" data-key="F">F</button>
71
+ <button role="button" class="key-btn" data-key="G">G</button>
72
+ <button role="button" class="key-btn" data-key="H">H</button>
73
+ <button role="button" class="key-btn" data-key="J">J</button>
74
+ <button role="button" class="key-btn" data-key="K">K</button>
75
+ <button role="button" class="key-btn" data-key="L">L</button>
27
76
  </div>
28
77
  <div class="game-keyboard-row">
29
- <div tabindex="-1" role="button" class="game-keyboard-button game-keyboard-button-wide">Enter</div>
30
- <div tabindex="-1" role="button" class="game-keyboard-button">Z</div>
31
- <div tabindex="-1" role="button" class="game-keyboard-button">X</div>
32
- <div tabindex="-1" role="button" class="game-keyboard-button">C</div>
33
- <div tabindex="-1" role="button" class="game-keyboard-button">V</div>
34
- <div tabindex="-1" role="button" class="game-keyboard-button">B</div>
35
- <div tabindex="-1" role="button" class="game-keyboard-button letter-absent">N</div>
36
- <div tabindex="-1" role="button" class="game-keyboard-button">M</div>
37
- <div tabindex="-1" role="button" class="game-keyboard-button game-keyboard-button-wide">⌫</div>
78
+ <button role="button" class="key-btn backspace" data-delete>⌫</button>
79
+ <button role="button" class="key-btn" data-key="Z">Z</button>
80
+ <button role="button" class="key-btn" data-key="X">X</button>
81
+ <button role="button" class="key-btn" data-key="C">C</button>
82
+ <button role="button" class="key-btn" data-key="V">V</button>
83
+ <button role="button" class="key-btn" data-key="B">B</button>
84
+ <button role="button" class="key-btn letter-absent" data-key="N">N</button>
85
+ <button role="button" class="key-btn" data-key="M">M</button>
86
+ <button role="button" class="key-btn enter" data-enter>Enter</button>
38
87
  </div>
39
88
 
40
89
  </div>
90
+ <span class="open-popup" data-toggle="modal" data-target="#exampleModal"></span>
41
91
  </div>
42
92
  </div>
43
93
 
44
- <script src="https://code.jquery.com/jquery-3.6.0.min.js"
45
- integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
46
-
47
- <script>
48
- let rowLetter = document.getElementsByClassName("row-letter")
49
- rowLetter[0].focus()
50
- $(document).on('keypress', 'input', function (e) {
51
- if (e.which === 32) {
52
- e.preventDefault();
53
- var $next = $('[tabIndex=' + (+this.tabIndex + 1) + ']');
54
-
55
- if (!$next.length) {
56
- $next = $('[tabIndex=1]');
57
- }
58
- $next.focus().click();
59
- }
60
- });
61
-
62
-
63
- function move(first, last) {
64
- if (first.value.length) {
65
- document.getElementById(last).focus()
66
- }
67
- }
68
- </script>
94
+ <div class="modal fade modalWrapper" id="exampleModal">
95
+ <div class="modal-dialog" style="max-width:400px">
96
+ <div class="modal-content">
97
+ <div class="modal-header p-2" style="background-color: #f8f9fa;">
98
+ <div class="gameResult"></div>
99
+ <button type="button" class="close" style="position: absolute; right: 0; top:-3px;"
100
+ data-dismiss="modal">
101
+ <span class="times-icon">&times;</span>
102
+ </button>
103
+ </div>
104
+ <div class="modal-body text-center" style="padding:2rem 0px 4rem 0">
105
+ <!-- <div class="iconWinLose tick"></div> -->
106
+ <div class="result-content">
107
+ <span id="answer" style="font-size: 20px;">You guessed the word</span>
108
+ <div id="result-guess-word" class="guess-word"></div>
109
+ </div>
110
+ <div class="wordle-game-play-links pt-4" style="padding:0 30px">
111
+ <a class="wordle-game-restart" href="/word-game-generator-online">
112
+ RESTART
113
+ </a>
114
+ <a class="wordle-game-share-link wordle-game-button font-weight-bolder">
115
+ <img src="/assets/images/copy.svg" alt="copy-link" style="width:20px; margin:0px 5px;">
116
+ Share this Wordle Link</a>
117
+ <a class="wordle-game-copy-link wordle-game-button">
118
+ <img src="/assets/images/copy.svg" alt="copy-link" style="width:20px; margin:0px 5px;">
119
+ Challenge a friend to this word</a>
120
+
121
+ </div>
122
+
123
+ <div class="pt-4" style="font-size: 14px;">Share it with your friends</div>
124
+ <div class="social-sharing-icons d-flex">
125
+ <a class="facebook-share-link" target="_blank">
126
+ <img class="share-icon" src="/assets/images/facebooks.svg" alt="facebook-share">
127
+ </a>
128
+ <a class="twitter-share-link" target="_blank">
129
+ <img class="share-icon" src="/assets/images/twitters.svg" alt="twitter-share">
130
+ </a>
131
+
132
+ <a class="whatsapp-share-link" data-action="share/whatsapp/share" target="_blank"><img
133
+ class="share-icon" src="/assets/images/whatsapp.svg" alt="whatsapp-share"> </a>
134
+
135
+
136
+ </div>
137
+ </div>
138
+ </div>
139
+ </div>
140
+ </div>
141
+
142
+
143
+ <div class="modal fade" id="how-to-play-wordle" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
144
+ <div class="modal-dialog wordletip" style="top:20px !important">
145
+ <div class="modal-content">
146
+ <div class="modal-header px-4 p-2">
147
+ <h5 class="modal-title" id="exampleModalLabel">How to Play</h5>
148
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close">
149
+ <span aria-hidden="true">&times;</span>
150
+ </button>
151
+ </div>
152
+ <div class="modal-body p-2 px-4 py-4" style="font-size: 12px;">
153
+ <p>Guess the <strong>WORDLE</strong> in six tries.</p>
154
+ <p>Each guess must be a valid five-letter word. Hit the enter button to submit.</p>
155
+ <p>After each guess, the color of the tiles will change to show how close your guess was to the
156
+ word.</p>
157
+ <div id="wordle-examples">
158
+ <p><strong>Examples</strong></p>
159
+ <p><span class="wordle-game-spot wordle-game-correct" title="W"></span><span
160
+ class="wordle-game-spot" title="E"></span><span class="wordle-game-spot"
161
+ title="A"></span><span class="wordle-game-spot" title="R"></span><span
162
+ class="wordle-game-spot" title="Y"></span></p>
163
+ <p>The letter <strong>W</strong> is in the word and in the correct spot.</p>
164
+ <p><span class="wordle-game-spot" title="P"></span><span
165
+ class="wordle-game-spot wordle-game-present" title="I"></span><span class="wordle-game-spot"
166
+ title="L"></span><span class="wordle-game-spot" title="L"></span><span
167
+ class="wordle-game-spot" title="S"></span></p>
168
+ <p>The letter <strong>I</strong> is in the word but in the wrong spot.</p>
169
+ <p><span class="wordle-game-spot" title="V"></span><span class="wordle-game-spot"
170
+ title="A"></span><span class="wordle-game-spot" title="G"></span><span
171
+ class="wordle-game-spot wordle-game-absent" title="U"></span><span class="wordle-game-spot"
172
+ title="E"></span></p>
173
+ <p>The letter <strong>U</strong> is not in the word in any spot.</p>
174
+ </div>
175
+ <p>A new WORDLE can make easily yourself any time! </p>
176
+
177
+ <div class="wordl_ani">
178
+ <a style="background: #007bff;
179
+ color: #fff;
180
+ text-decoration: underline;
181
+ padding: 14px 15px;
182
+ border-radius: 5px;
183
+ display: block;
184
+ width: 170px;" href="/word-game-generator-online"> Make your own wordle </a>
185
+
186
+ </div>
187
+
188
+ </div>
189
+ </div>
190
+ </div>
191
+ </div>
@@ -3,6 +3,7 @@
3
3
  <div class="col-md-10 mx-auto ws">
4
4
  <div style="font-size: 15px;" class="alert errMessage" role="alert"></div>
5
5
  <form name="verify" class="forms_data">
6
+
6
7
  <div class="form-group">
7
8
  <label for="greenLetters" class="my-1 p-0 wordleSolver-label">Enter green letters at correct
8
9
  position</label>
@@ -99,7 +100,17 @@
99
100
  </form>
100
101
  </div>
101
102
 
103
+
102
104
  <div class="col-md-10 mx-auto p-0 mt-3">
105
+ <a href="/word-game-generator-online"
106
+ onclick="gtag('event', 'click', {'event_category': 'Link click', 'event_label': 'Make Your Own Wordle'});"
107
+ class="createWordleLink text-white">
108
+
109
+ <span class="text-white">
110
+ Make your own wordle game
111
+ </span>
112
+
113
+ </a>
103
114
  <div id="wordleWordCount"></div>
104
115
  <div id="wordleSolverData"></div>
105
116
  <div class="alert" role="alert" id="wordleSolvererrorMsg" style="font-size: 15px; padding:15px"></div>
@@ -0,0 +1,24 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ {%- include head/index.html -%}
5
+
6
+ <body>
7
+ {%- include header/index.html -%}
8
+
9
+
10
+ {{content}}
11
+
12
+
13
+ {%- if site.MonumetricID and page.url != '/' -%}
14
+ {%- include footer/unqFooter.html -%}
15
+ {%- else -%}
16
+ {%- include footer/index.html -%}
17
+ {%- endif -%}
18
+
19
+
20
+ {%- include script.html -%}
21
+
22
+ </body>
23
+
24
+ </html>