From 9c01501d9a7a270e31ac3a283767e7176f4ac0ee 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 10:01:48 +0000 Subject: [PATCH] Update Bulgarian Solitaire opening text Updated the introductory text for the Bulgarian Solitaire interactive to include a note about columns holding multiple boxes and to rephrase the description of the simulation process. --- src/components/BulgarianSolitaire.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/BulgarianSolitaire.tsx b/src/components/BulgarianSolitaire.tsx index 9c5a029..255e985 100644 --- a/src/components/BulgarianSolitaire.tsx +++ b/src/components/BulgarianSolitaire.tsx @@ -318,7 +318,11 @@ const BulgarianSolitaire: React.FC = ({ showSocialShare

Bulgarian Solitaire

Choose a number n, then drag the {totalBoxes} boxes into columns.
- Click "Play" to simulate the Bulgarian Solitaire process where one box is taken from each non-empty column to form a new column.
+ Note that one column can hold multiple boxes.
+ Click "Play" to simulate the Bulgarian Solitaire process.
+ Here one box is taken from each non-empty column to form a new column. +

+ Will this process always converge?