Skip to content

Commit 31b1120

Browse files
committed
- add Color Guessing Game to sidebar and games.json, add screenshot
1 parent e0bb4b7 commit 31b1120

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
@@ -526,5 +526,16 @@
526526
"aiPowered": false,
527527
"featured": false,
528528
"date": "2025-04-20"
529+
},
530+
{
531+
"id": "color_guessing_game",
532+
"title": "Color Guessing Game",
533+
"description": "Test your color perception skills with this interactive Color Guessing Game. Identify colors by their hex code or RGB values and earn points based on accuracy.",
534+
"url": "games/color_guessing_game.html",
535+
"screenshot": "screenshots/screenshot_177.png",
536+
"type": "game",
537+
"aiPowered": false,
538+
"featured": false,
539+
"date": "2025-04-30"
529540
}
530541
]

screenshots/screenshot_177.png

38 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ <h2>Tools by ChatGPT</h2>
262262
<li><a href="/tools/css_cursor_playground.html">CSS Cursor Playground - Interactive CSS Cursor Property Tool</a></li>
263263
<li><a href="/tools/text_sound_visualizer.html">Text Sound Visualizer</a></li>
264264
<li><a href="/tools/invoice_generator.html">Invoice Generator</a></li>
265+
<li><a href="/games/color_guessing_game.html">Color Guessing Game</a></li>
265266
<!-- end -->
266267
</ul>
267268
</div>

0 commit comments

Comments
 (0)