https://github.com/bismuthsalamander/blackjackstuff
Old and incomplete code for running blackjack card counting simulations
https://github.com/bismuthsalamander/blackjackstuff
blackjack blackjack-simulator
Last synced: about 1 month ago
JSON representation
Old and incomplete code for running blackjack card counting simulations
- Host: GitHub
- URL: https://github.com/bismuthsalamander/blackjackstuff
- Owner: bismuthsalamander
- Created: 2019-09-08T00:44:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T01:38:53.000Z (over 2 years ago)
- Last Synced: 2025-01-21T04:41:34.186Z (3 months ago)
- Topics: blackjack, blackjack-simulator
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blackjackstuff
Archived here for posterity. This repository contains unfinished code I wrote while studying advantage play (AP) blackjack using hi/low counting. There is no command-line interface or organized output; this code is purely in an investigatory and experimental state. I decided to abandon the project of playing semi-professionally and never finished this software. The simulations were returning numbers fairly close to those generate by CV/CX, the standard tool for evaluating blackjack AP strategies. This tool included most of the fundamental techniques, including true count calculations, common betting patterns based on the true count, wonging (waiting to enter a shoe until the true count reaches a certain positive threshold and/or leaving a shoe when the count drops too low), and some basic strategy deviations (making hit/stand/split/double decisions that differ from basic strategy when it is profitable to do so based on the true count).