summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrandon C. Irizarry <brandon.irizarry@gmail.com>2026-04-23 16:19:25 -0400
committerBrandon C. Irizarry <brandon.irizarry@gmail.com>2026-04-23 16:19:25 -0400
commitb893962cc7daa1ec30fbfb721d900d53514142f4 (patch)
tree9e60fddcfa2d9d000aa8c86154279fbad4b0906f /README.md
feat: two players roll dice indefinitely
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a142056
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# The Scene
+
+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.)
+
+A random number is selected from one of the die faces. Each player is
+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 player to hit the number in the smallest number of turns,
+wins. There can be more than one winner.