Skip to content

Commit 6b8d70f

Browse files
committed
- add sudoku solver to tools.json and sidebar.html, add screenshot
1 parent f9018c9 commit 6b8d70f

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,5 +1593,16 @@
15931593
"aiPowered": false,
15941594
"featured": false,
15951595
"date": "2025-06-06"
1596+
},
1597+
{
1598+
"id": "sudoku_solver",
1599+
"title": "Sudoku Solver",
1600+
"description": "Solve any Sudoku puzzle instantly with our advanced AI-powered solver. Features step-by-step solving, real-time validation, and multiple difficulty levels. Free online Sudoku solver tool.",
1601+
"url": "tools/sudoku_solver.html",
1602+
"screenshot": "screenshots/screenshot_207.webp",
1603+
"type": "tool",
1604+
"aiPowered": false,
1605+
"featured": false,
1606+
"date": "2025-06-13"
15961607
}
15971608
]

screenshots/screenshot_207.webp

19.9 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ <h2>Tools by ChatGPT</h2>
292292
<li><a href="/tools/graphing_calculator.html">Graphing Calculator</a></li>
293293
<li><a href="/tools/sober_time_tracker.html">Sober Time Tracker</a></li>
294294
<li><a href="/tools/zip_extractor.html">Zip Extractor Pro</a></li>
295+
<li><a href="/tools/sudoku_solver.html">Sudoku Solver</a></li>
295296
<!-- end -->
296297
</ul>
297298
</div>

0 commit comments

Comments
 (0)