kedoska / engine-blackjack

Javascript library to make blackjack engines
GNU General Public License v2.0
33 stars 29 forks source link

Double Exposure #8

Closed kedoska closed 5 years ago

kedoska commented 8 years ago

New Feature

Double exposure is a blackjack variation in which both dealer cards are exposed. Naturally, there are other rule changes that favor the dealer to compensate.

Rules

source http://wizardofodds.com/

TODO

We want to implement this variation as set of rules:

/cc @paulcardo