Skip to content

Commit 709a773

Browse files
committed
- add Chain Reaction to sidebar.html, games.json, add screenshot
1 parent 44d6984 commit 709a773

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
@@ -669,5 +669,16 @@
669669
"aiPowered": false,
670670
"featured": false,
671671
"date": "2025-08-22"
672+
},
673+
{
674+
"id": "chain_reaction",
675+
"title": "Chain Reaction",
676+
"description": "Chain Reaction - An addictive click game where you create explosive chain reactions. Click circles before they expire to trigger massive cascading combos. Features 4 unique zones, power-ups, and progressive difficulty.",
677+
"url": "games/chain_reaction.html",
678+
"screenshot": "screenshots/screenshot_227.webp",
679+
"type": "game",
680+
"aiPowered": false,
681+
"featured": false,
682+
"date": "2025-10-25"
672683
}
673684
]

screenshots/screenshot_227.webp

17 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ <h2>Tools by ChatGPT</h2>
312312
<li><a href="/tools/time_lapse_creator.html">Time Lapse Creator</a></li>
313313
<li><a href="/tools/tip_calculator.html">Tip Calculator & Bill Splitter</a></li>
314314
<li><a href="/tools/running_pace_calculator.html">Running Pace Calculator</a></li>
315+
<li><a href="/games/chain_reaction.html">Chain Reaction</a></li>
315316
<!-- end -->
316317
</ul>
317318
</div>

0 commit comments

Comments
 (0)