Skip to content

Commit 22e7351

Browse files
committed
- add 8-ball game to sidebar, games.json and add screenshot
1 parent 42d5662 commit 22e7351

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
@@ -647,5 +647,16 @@
647647
"aiPowered": false,
648648
"featured": false,
649649
"date": "2025-07-12"
650+
},
651+
{
652+
"id": "8-ball",
653+
"title": "8-Ball Pool Game",
654+
"description": "Play 8-Ball Pool online for free! Realistic physics, smooth controls, and classic billiards gameplay. Challenge yourself in this browser-based pool game with no downloads required.",
655+
"url": "games/8-ball.html",
656+
"screenshot": "screenshots/screenshot_215.webp",
657+
"type": "game",
658+
"aiPowered": false,
659+
"featured": false,
660+
"date": "2025-08-18"
650661
}
651662
]

screenshots/screenshot_215.webp

28.7 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ <h2>Tools by ChatGPT</h2>
300300
<li><a href="/tools/image_placeholder_generator.html">Image Placeholder Generator</a></li>
301301
<li><a href="/games/mini_tower_defense.html">Elite Tower Defense</a></li>
302302
<li><a href="/tools/text_to_speech.html">Text-to-Speech Tool</a></li>
303+
<li><a href="/games/8-ball.html">8-Ball Pool Game</a></li>
303304
<!-- end -->
304305
</ul>
305306
</div>

0 commit comments

Comments
 (0)