Skip to content

A blackjack console game written in Scala that incorporates card counting models

License

Notifications You must be signed in to change notification settings

mjquinlan/blackjackcardcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blackjackcardcount

A blackjack console game written in Scala that incorporates card counting models

##Installation & Configuration The game can be compiled, tested and run using the Scala Simple Build Tool (sbt). See http://www.scala-sbt.org for more instructions.

  1. Install sbt dependency (optional):

     $ source bootstrap/build-dependencies.sh
    
  2. Compile the source:

     $ sbt package
    
  3. Run tests:

     $ sbt test
    
  4. Launch the game:

     $ sbt run
    

##Game Rules You start with 100 chips and must bet at least one each round.

The dealer will hit any hand below 17 and stay when the hand is 17 or above.

Card counting is supported and encouraged!

See http://en.wikipedia.org/wiki/Card_counting for a description of the HiLo and Zen models.

About

A blackjack console game written in Scala that incorporates card counting models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published