kedoska / engine-blackjack

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

Add Luchy Luchy Tests #11

Closed kedoska closed 7 years ago

kedoska commented 7 years ago

Source http://wizardofodds.com/games/blackjack/side-bets/lucky-lucky/

Lucky Lucky is a side bet based on the player's first two cards and the dealer's up card. As far as I know, it is the first side bet to be based on the player's first two cards and the dealer's up card. Since it came out, there have been many imitators. Through the years I have seen four pay tables, which I refer to on this page as numbers 1 to 4. Pay table 1 was the original one and seen at casinos all over the United States and Canada. Pay table 2 was a double-deck version, omitting the pay for a suited 7-7-7, which is impossible in a double-deck game. Pay table 3 came along around 2014 as an apparent effort to increase what was a low house advantage for a side bet. Pay table 4 can be found at Internet casinos using Felt Gaming software.

kedoska commented 7 years ago

Ok, implemented in https://github.com/kedoska/engine-blackjack/commit/d9576bc83e4c54e5bb965f9ae8cfcc3ca6911055

Again, not really sure about the licence. Will eventually remove the implementation.