From 75708dfb445f7abc9f3b9f51ab3d2df83d748e47 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:28:37 +0000 Subject: [PATCH] Add explanatory note to craps game --- 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 00bf494..5fe6889 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. + 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 */}