Skip to content

Models different strategies in blackjack and runs simulations for various expected house edges

Notifications You must be signed in to change notification settings

arkaic/blackjack-strategy-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Simulates various strategies used in blackjack. Currently based on one hard coded strategy matrix. I'll later implement a read-from-file method of importing selected strategies.

TODO:

  • Implement feature to read from file to load strategies.
  • Calculate actual house edges from the simulation.
  • Hopeful feature: implement card counting strategies.

HOWTO:

  • Compile and run from command line only. Add an integer argument to set the amount of shoes to be run.

About

Models different strategies in blackjack and runs simulations for various expected house edges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages