Skip to content

Commit 728ca17

Browse files
committed
- add reversi game to games.json and sidebar.html, add screenshot
1 parent 1821144 commit 728ca17

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
@@ -625,5 +625,16 @@
625625
"aiPowered": false,
626626
"featured": false,
627627
"date": "2025-05-30"
628+
},
629+
{
630+
"id": "reversi",
631+
"title": "Reversi",
632+
"description": "Play Reversi/Othello online for free. Strategic board game where you flip opponent's pieces by trapping them.",
633+
"url": "games/reversi.html",
634+
"screenshot": "screenshots/screenshot_209.webp",
635+
"type": "game",
636+
"aiPowered": false,
637+
"featured": false,
638+
"date": "2025-06-20"
628639
}
629640
]

screenshots/screenshot_209.webp

9.73 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ <h2>Tools by ChatGPT</h2>
294294
<li><a href="/tools/zip_extractor.html">Zip Extractor Pro</a></li>
295295
<li><a href="/tools/sudoku_solver.html">Sudoku Solver</a></li>
296296
<li><a href="/tools/decision_wheel.html">Decision Wheel</a></li>
297+
<li><a href="/games/reversi.html">Reversi</a></li>
297298
<!-- end -->
298299
</ul>
299300
</div>

0 commit comments

Comments
 (0)