Skip to content

Commit 0487ca9

Browse files
Update index.html
1 parent bab7ffd commit 0487ca9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,24 @@ <h4 class="text-xl font-semibold text-gray-900 mb-4">
218218
</p>
219219
</div>
220220
</div>
221+
<section class="mt-12 bg-white rounded-xl border border-gray-200 p-6">
222+
<h2 class="text-xl font-semibold text-gray-900 mb-4">Related Game Sites</h2>
223+
<ul class="list-disc space-y-2 pl-6 text-gray-700">
224+
<li><a href="https://connectionsunlimited.me" class="text-purple-700 hover:underline" target="_blank" rel="noopener noreferrer">connectionsunlimited.me</a>: Addictive word grouping puzzle game to find hidden connections.</li>
225+
<li><a href="https://worldle.club" class="text-purple-700 hover:underline" target="_blank" rel="noopener noreferrer">worldle.club</a>: Geography-based Wordle variant where players guess countries.</li>
226+
<li><a href="https://2048game.space" class="text-purple-700 hover:underline" target="_blank" rel="noopener noreferrer">2048game.space</a>: Space-themed variant of 2048, keeping the original merging mechanics.</li>
227+
<li><a href="https://sprunky.win" class="text-purple-700 hover:underline" target="_blank" rel="noopener noreferrer">sprunky.win</a>: Advanced version of Sprunki featuring complex musical composition tools and extended sound libraries.</li>
228+
<li><a href="https://quordle.cc" class="text-purple-700 hover:underline" target="_blank" rel="noopener noreferrer">quordle.cc</a>: Solve four Wordle puzzles simultaneously with limited attempts.</li>
229+
<li><a href="https://pacman.work" class="text-purple-700 hover:underline" target="_blank" rel="noopener noreferrer">pacman.work</a>: Exciting world of Pacman game.</li>
230+
<li><a href="https://todaywordle.org" class="text-purple-700 hover:underline" target="_blank" rel="noopener noreferrer">todaywordle.org</a>: Daily word guessing game in the style of Wordle.</li>
231+
<li><a href="https://letterboxed.me" class="text-purple-700 hover:underline" target="_blank" rel="noopener noreferrer">letterboxed.me</a>: Word puzzle game where players connect letters to form words in a box.</li>
232+
<li><a href="https://wordlesolver.cc" class="text-purple-700 hover:underline" target="_blank" rel="noopener noreferrer">wordlesolver.cc</a>: Tool that helps find possible solutions for Wordle puzzles.</li>
233+
<li><a href="https://minesweeper.tv" class="text-purple-700 hover:underline" target="_blank" rel="noopener noreferrer">minesweeper.tv</a>: Logic puzzle game where players clear a minefield using clues.</li>
234+
</ul>
235+
</section>
236+
237+
238+
221239
</section>
222240
</div>
223241
</div>

0 commit comments

Comments
 (0)