Skip to content

Commit 2c84498

Browse files
committed
- add mini tower defense game to tools.json and sidebar.html, add screenshot
1 parent f14aabf commit 2c84498

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
@@ -636,5 +636,16 @@
636636
"aiPowered": false,
637637
"featured": false,
638638
"date": "2025-06-20"
639+
},
640+
{
641+
"id": "mini_tower_defense",
642+
"title": "Elite Tower Defense",
643+
"description": "Elite Tower Defense - Build towers, upgrade defenses, and battle waves of enemies in this action-packed strategy game. Features 5 unique tower types, boss battles, swarm waves, and special abilities.",
644+
"url": "games/mini_tower_defense.html",
645+
"screenshot": "screenshots/screenshot_213.webp",
646+
"type": "game",
647+
"aiPowered": false,
648+
"featured": false,
649+
"date": "2025-07-12"
639650
}
640651
]

screenshots/screenshot_213.webp

34.6 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ <h2>Tools by ChatGPT</h2>
298298
<li><a href="/tools/flashcard_creator.html">Flashcard Creator</a></li>
299299
<li><a href="/tools/pixel_art_animator.html">Pixel Art Animator</a></li>
300300
<li><a href="/tools/image_placeholder_generator.html">Image Placeholder Generator</a></li>
301+
<li><a href="/games/mini_tower_defense.html">Elite Tower Defense</a></li>
301302
<!-- end -->
302303
</ul>
303304
</div>

0 commit comments

Comments
 (0)