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.
This commit is contained in:
gpt-engineer-app[bot] 2025-08-22 10:01:48 +00:00
parent 6e6c8b5a42
commit 9c01501d9a

View file

@ -318,7 +318,11 @@ const BulgarianSolitaire: React.FC<BulgarianSolitaireProps> = ({ showSocialShare
<h1 className="text-4xl font-bold text-foreground">Bulgarian Solitaire</h1> <h1 className="text-4xl font-bold text-foreground">Bulgarian Solitaire</h1>
<p className="text-muted-foreground text-lg max-w-3xl mx-auto"> <p className="text-muted-foreground text-lg max-w-3xl mx-auto">
Choose a number n, then drag the {totalBoxes} boxes into columns. <br /> Choose a number n, then drag the {totalBoxes} boxes into columns. <br />
Click "Play" to simulate the Bulgarian Solitaire process where one box is taken from each non-empty column to form a new column. <br /> Note that one column can hold multiple boxes. <br />
Click "Play" to simulate the Bulgarian Solitaire process. <br />
Here one box is taken from each non-empty column to form a new column.
<br /><br />
<span className="border-t border-muted-foreground/30 block w-16 mx-auto my-4"></span>
Will this process always converge? Will this process always converge?
</p> </p>
</div> </div>