Add explanatory note to craps game

This commit is contained in:
gpt-engineer-app[bot] 2025-09-05 06:28:37 +00:00
parent b607bfa385
commit 75708dfb44

View file

@ -317,7 +317,7 @@ const CrapsGame: React.FC<CrapsGameProps> = ({
</CardHeader> </CardHeader>
<CardContent className="space-y-6"> <CardContent className="space-y-6">
<p className="text-base text-center text-muted-foreground"> <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> </p>
{/* Simulation Controls */} {/* Simulation Controls */}
<Card className="bg-accent/5"> <Card className="bg-accent/5">