Add line break before note
This commit is contained in:
parent
75708dfb44
commit
0a3c273a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ const CrapsGame: React.FC<CrapsGameProps> = ({
|
|||
</CardHeader>
|
||||
<CardContent className="space-y-6">
|
||||
<p className="text-base text-center text-muted-foreground">
|
||||
On this page, you can: (a) play the classic game; (b) make your own win/lose conditions and play; (c) simulate the game over a number of rounds to note win/loss statistics and the average game duration. Note that the traditional game of craps continues with different rules after the first throw. Here we just roll until termination with respect to the original conditions.
|
||||
On this page, you can: (a) play the classic game; (b) make your own win/lose conditions and play; (c) simulate the game over a number of rounds to note win/loss statistics and the average game duration. <br />Note that the traditional game of craps continues with different rules after the first throw. Here we just roll until termination with respect to the original conditions.
|
||||
</p>
|
||||
{/* Simulation Controls */}
|
||||
<Card className="bg-accent/5">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue