From d4d82c457bb968d306fd2eaa3d1de068609af501 Mon Sep 17 00:00:00 2001 From: sawft99 <81699231+sawft99@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:08:47 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 21a1ec2..4ea74d2 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,9 @@ Roulette game simulation. Runs a configurable number of iterations where you can - Configure what you want to bet on in $BetPlace - Configure the amount you want to bet for each in $BetAmount - Configure your starting amount of money with $Wallet +- Configure the number of rounds you want to play with $Iterations + +## Notes +- After each run the statistics for what you landed on for the most and least often are reported +- At the bottom the amount you started with, the net gain for each category, your ending amount of money, and the history of your wallets flocculation are shown +- The casino I use has 0, 00, and 000 which does not seem to be common. Remove any 0's from $Numbers as needed. This includes the '' and , characters.