From 5a6442268d8200ae138f5359cab53329984847ee Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 09:52:51 +0000 Subject: [PATCH] Add Knights interactive to index Add the Knights interactive to the index page. --- src/pages/Index.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index d2a56b0..335f2b8 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -55,6 +55,13 @@ const featuredInteractives = [{ tags: ['strategy', 'board-game', 'two-player'], path: '/northcotts-game', theme: 'Games' +}, { + id: 'knights-puzzle', + title: 'Knights Exchange Puzzle', + description: 'A classic chess puzzle where you must exchange the positions of white and black knights using legal knight moves.', + tags: ['chess', 'knights', 'puzzle'], + path: '/knights-puzzle', + theme: 'Puzzles' }]; const Index = () => { return