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:
parent
ddad5ba645
commit
1aeba0b861
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ const BulgarianSolitaire: React.FC<BulgarianSolitaireProps> = ({ showSocialShare
|
|||
<h3 className="text-lg font-semibold">How to Play:</h3>
|
||||
<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>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 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue