Skip to content

Commit 0a15293

Browse files
committed
- add new WordSage AI-powered word explanation tool
- update sidebar navigation to include WordSage link - register WordSage in tools.json with appropriate metadata - completely overhaul chess game with improved UI and functionality: - add move history with navigation - implement AI opponent with difficulty levels - add board flip functionality - track captured pieces - improve responsive design - update sitemap.xml to include WordSage page
1 parent db4ac16 commit 0a15293

File tree

6 files changed

+969
-99
lines changed

6 files changed

+969
-99
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,5 +1175,16 @@
11751175
"aiPowered": false,
11761176
"featured": false,
11771177
"date": "2025-03-13"
1178+
},
1179+
{
1180+
"id": "word_explainer",
1181+
"title": "WordSage",
1182+
"description": "AI word explanations customized for any educational level.",
1183+
"url": "tools/word_explainer.html",
1184+
"screenshot": "screenshots/screenshot_158.png",
1185+
"type": "tool",
1186+
"aiPowered": true,
1187+
"featured": false,
1188+
"date": "2025-03-16"
11781189
}
11791190
]

0 commit comments

Comments
 (0)