Refine Bulgarian Solitaire instructions

Update instructions to remove "numbered" from the text describing dragging boxes from the container to columns in the Bulgarian Solitaire interactive.
This commit is contained in:
gpt-engineer-app[bot] 2025-08-21 11:27:15 +00:00
parent ddad5ba645
commit 1aeba0b861

View file

@ -345,7 +345,7 @@ const BulgarianSolitaire: React.FC<BulgarianSolitaireProps> = ({ showSocialShare
<h3 className="text-lg font-semibold">How to Play:</h3> <h3 className="text-lg font-semibold">How to Play:</h3>
<ul className="list-disc list-inside space-y-2 text-sm text-muted-foreground"> <ul className="list-disc list-inside space-y-2 text-sm text-muted-foreground">
<li>Choose a value for n (2-6) using the slider</li> <li>Choose a value for n (2-6) using the slider</li>
<li>Drag the {totalBoxes} numbered boxes from the container into any of the columns</li> <li>Drag the {totalBoxes} boxes from the container into any of the columns</li>
<li>Drag boxes between columns to rearrange them as needed</li> <li>Drag boxes between columns to rearrange them as needed</li>
<li>Drag boxes back to the container or double-click any box in a column to return it</li> <li>Drag boxes back to the container or double-click any box in a column to return it</li>
<li>Once all boxes are placed in columns, click "Play" to start the simulation</li> <li>Once all boxes are placed in columns, click "Play" to start the simulation</li>