diff --git a/index.html b/index.html index 2d11d05..390f29c 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@
-
Simulating 100 Games for 1000 Players:
+
Simulating 100 Games for 500 Players:
@@ -54,8 +54,8 @@ for _ in range(1, 20): else: # bold half min_games = randint(1, 2) - # min_games = 100 # this caps out at about 250 games. need to bet bigger to win bigger. - players.extend(pr.generate_players(num_players=50, min_num_games=min_games, total_budget=100)) + # min_games = 100 # this caps out at about $250 wallet. need to bet bigger to win bigger. + players.extend(pr.generate_players(num_players=25, min_num_games=min_games, total_budget=100)) players = pr.play_roulette(players, games=100)