From 25b5ef615c13f2649bb8c7fcc3421c434e2646ef Mon Sep 17 00:00:00 2001 From: "Brandon C. Irizarry" Date: Thu, 23 Apr 2026 17:38:49 -0400 Subject: docs: update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1497214..9463ecf 100644 --- a/README.md +++ b/README.md @@ -21,16 +21,16 @@ equivalent: Of course, `go run . -help` will print a detailed listing of available command-line arguments. -# The Scene +# The Scene: What Is Being Simulated? Several people agree to convene to play a game of dice. Beforehand, they decided on the number of sides a given die should have. Once they do that, each player brings with them a die of that many sides (for example, 6, 12, etc.; even a coin can count as a die in this case.) -The die (it doesn't matter which) is first rolled once, which decides -what is to be the winning number. Each player is then tasked with -rolling their die until they hit that number. +One of the players (picked arbitrarily) rolls their die once. The +number that it shows becomes the winning number. Each player is then +tasked with rolling their die until they hit that number. For example, three players get together and decide to use an ordinary six-sided die each. The die is rolled, resulting in a 4. The players -- cgit v1.2.3