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' } ];