From e398e1e267f386ddb60c3f000e724e014913f8d4 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 06:32:49 +0000 Subject: [PATCH] Add another line break --- src/components/CrapsGame.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CrapsGame.tsx b/src/components/CrapsGame.tsx index 8c96a28..b141b42 100644 --- a/src/components/CrapsGame.tsx +++ b/src/components/CrapsGame.tsx @@ -317,7 +317,7 @@ const CrapsGame: React.FC = ({

- 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.

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.

{/* Simulation Controls */}