From 0a3c273a6fb57c3f79a4a766bb703d5d5e651d2f 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:30:23 +0000 Subject: [PATCH] Add line break before note --- 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 5fe6889..8c96a28 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 */}