Skip to content

dailybrain/akka-blackjack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka BlackJack

  • Simulate a BlackJack game using Akka
  • Display results using D3.js

Rules

  • 6 Decks
  • S17
  • DOA
  • DAS
  • SPL3
  • No RSA
  • ENHC
  • ES

Demo

sbt test

sbt run
open index.html

Results

This game have 0.11% advantage, so you will win on the long run,
but a huge variance is expected !

You can beat the variance by increasing rounds in Main.scala

Note: You usually play 150 rounds per hour, 2000 hours per year when you are a Pro.

1.7 Millions after 1 year

One Million

4 Millions after 3 Years

Long Run

Huge Swing | -450k to +350k after 1 year

Huge Win

Huge Loss | -500k to -200k after 1 year

Huge Loss

About

BackJack simulation using Akka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 93.4%
  • HTML 6.6%