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 */}