Skip to content

emptymalei/blackjack-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

blackjack-agent

blackjack the game

Cards:

  1. 2-10: worth the number 2-10 correspondingly
  2. J,Q,K: worth 10
  3. A: worth 1 or 11

Basics

If I already have 11, my probability of next draw is

(1+2+3+4+5+6+7+8+9+10+10+10+10)/13 = 6

About

blackjack agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages