Add explanatory note to craps game
This commit is contained in:
parent
b607bfa385
commit
75708dfb44
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.
|
||||
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.
|
||||
</p>
|
||||
{/* Simulation Controls */}
|
||||
<Card className="bg-accent/5">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue