diff --git a/src/components/CrapsGame.tsx b/src/components/CrapsGame.tsx index 2cf1767..e717f71 100644 --- a/src/components/CrapsGame.tsx +++ b/src/components/CrapsGame.tsx @@ -316,6 +316,9 @@ const CrapsGame: React.FC = ({ In the game of Craps, we roll two dice, and note the sum S. In the traditional game, if S is 2, 3, or 12, you lose immediately; if the S is 7 or 11, you win immediately, and the game continues otherwise. +

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

{/* Simulation Controls */}