1 comments

  • born-programmer 6 hours ago ago

    I’ve been working on an open-source Blackjack Strategy Simulator that I think fellow blackjack fans and data enthusiasts might enjoy.

    It’s a Python tool that lets you simulate any possible blackjack scenario, create custom basic strategy tables, and even calculate the expected value of different strategies—all based on your specific ruleset.

    The code is on GitHub, and I’d love for you to check it out, play with it, and maybe even contribute! Would appreciate any feedback or suggestions, too.

    Repo: [Blackjack Strategy Simulator](https://github.com/AttackingOrDefending/Blackjack-Strategy-S...)