Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Tally System for Outcome Tracking in Blackjack Simulation #1

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

Safi-Dev
Copy link

@Safi-Dev Safi-Dev commented Mar 8, 2024

This pull request introduces a tally system to the existing blackjack simulation codebase, enhancing its functionality and providing valuable insights into the outcome distribution of simulated rounds. The tally system records the frequency of each possible outcome, including wins, losses, pushes, blackjacks, and other scenarios.

Safi-Dev added 13 commits March 8, 2024 22:18
removed the printing of each round result to improve runtime, added a runtime counter in order for calculations of mass result runtime for your own computer, added a total score through adding the value of each win, blackjack, etc for future use in possibly using AI to determine the most efficient blackjack parameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant