Skip to content

Blackjack simulator for examining conditional probability with respect to card counting

License

Notifications You must be signed in to change notification settings

ech0r/blackjacksim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blackjacksim

Blackjack simulator for examining conditional probability with respect to card counting.

Requirements:

  1. Python3.X and pip

Assumptions:

  1. You're using PowerShell
  2. python == "python3.X" in your PATH

To install & run:

  1. Clone the repository
  2. cd into the repo
  3. Run python -m venv blackjack-venv
  4. Run .\blackjack-venv\Scripts\Activate.ps1 <-- if in PowerShell
  5. Run pip install -r requirements.txt
  6. Run python main.py

Have Fun!

About

Blackjack simulator for examining conditional probability with respect to card counting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages