From 4be4ab3ef5a39872b16a6575bbb2ce29dfa114d3 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 06:08:07 +0000 Subject: [PATCH] Add Bulgarian Solitaire to index Added Bulgarian Solitaire to the global index at `/index`. --- src/components/InteractiveIndex.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/InteractiveIndex.tsx b/src/components/InteractiveIndex.tsx index 2113ccc..70ae9b6 100644 --- a/src/components/InteractiveIndex.tsx +++ b/src/components/InteractiveIndex.tsx @@ -118,6 +118,15 @@ const allInteractives: Interactive[] = [ theme: 'Puzzles', dateAdded: '2024-12-19' }, + { + id: 'bulgarian-solitaire', + title: 'Bulgarian Solitaire', + description: 'A mathematical card game where you repeatedly redistribute cards into piles until reaching a stable configuration.', + tags: ['solitaire', 'card-game', 'mathematics', 'puzzle', 'redistribution', 'stable-configuration'], + path: '/bulgarian-solitaire', + theme: 'Puzzles', + dateAdded: '2024-12-22' + }, { id: 'knights-puzzle', title: 'Knights Exchange Puzzle',