Blackjack simulator for examining conditional probability with respect to card counting.
Requirements:
- Python3.X and pip
Assumptions:
- You're using PowerShell
python== "python3.X" in your PATH
To install & run:
- Clone the repository
cdinto the repo- Run
python -m venv blackjack-venv - Run
.\blackjack-venv\Scripts\Activate.ps1<-- if in PowerShell - Run
pip install -r requirements.txt - Run
python main.py
Have Fun!