Code edited in Lovable Code Editor
Edited UI in Lovable
This commit is contained in:
parent
a77a3e7982
commit
7ab27088a6
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ const BulgarianSolitaire: React.FC<BulgarianSolitaireProps> = ({ showSocialShare
|
||||||
<div className="text-center space-y-4">
|
<div className="text-center space-y-4">
|
||||||
<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 the columns below. Note that one column can hold more than one box at a time.
|
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 />
|
Click "Play" to simulate the Bulgarian Solitaire process where one box is taken from each non-empty column to form a new column. <br />
|
||||||
Will this process always converge?
|
Will this process always converge?
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue