Skip to content

Commit 7d22e07

Browse files
committed
- add "Emoji Match 3" to sidebar, tools.json and add screenshot
1 parent 0194093 commit 7d22e07

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/games.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,5 +537,16 @@
537537
"aiPowered": false,
538538
"featured": false,
539539
"date": "2025-04-30"
540+
},
541+
{
542+
"id": "emoji_match_three",
543+
"title": "Emoji Match 3",
544+
"description": "Swap adjacent emojis to create matches of 3 or more.",
545+
"url": "games/emoji_match_three.html",
546+
"screenshot": "screenshots/screenshot_179.png",
547+
"type": "game",
548+
"aiPowered": false,
549+
"featured": false,
550+
"date": "2025-05-02"
540551
}
541552
]

screenshots/screenshot_179.png

14.8 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ <h2>Tools by ChatGPT</h2>
264264
<li><a href="/tools/invoice_generator.html">Invoice Generator</a></li>
265265
<li><a href="/games/color_guessing_game.html">Color Guessing Game</a></li>
266266
<li><a href="/tools/code_minifier.html">Code Minifier</a></li>
267+
<li><a href="/games/emoji_match_three.html">Emoji Match 3</a></li>
267268
<!-- end -->
268269
</ul>
269270
</div>

0 commit comments

Comments
 (0)