From a52dceb08909d3447c1e618e3050e183f7d9b459 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 05:07:42 +0000 Subject: [PATCH] Add to global index The AI added the "Parliament of Sikinia" puzzle to the global index, ensuring it is now visible on the main page. --- src/components/InteractiveIndex.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/InteractiveIndex.tsx b/src/components/InteractiveIndex.tsx index 4dfc1c5..8b7fc5d 100644 --- a/src/components/InteractiveIndex.tsx +++ b/src/components/InteractiveIndex.tsx @@ -171,6 +171,15 @@ const allInteractives: Interactive[] = [ path: '/contest-problems/sunny-lines', theme: 'Contest Problems', dateAdded: '2024-12-22' + }, + { + id: 'sikinia-parliament', + title: 'Parliament of Sikinia Puzzle', + description: 'Separate parliament members into two houses so each has at most one enemy in their house. A graph theory puzzle!', + tags: ['graph-theory', 'logic', 'coloring'], + path: '/puzzles/sikinia-parliament', + theme: 'Puzzles', + dateAdded: '2024-12-22' } ];