engine-blackjack
engine-blackjack copied to clipboard
Javascript library to make blackjack engines
In blackjack 1st card goes to player, 2nd to dealer, 3rd to player, 4th to dealer, but in engine it took 2 cards from end to player and 2 to...
Hi there, 3 years later... I decided to migrate the project to typescript and do some refactoring to it. ### Motivations 1. while working with the other project ([engine-slot](https://github.com/kedoska/engine-slot)) typescript...
Calling another deal after stage is 'done' does not work. Creating a new game with the state sent through does not work.
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.1 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
I think I found a bug on the way the deck is updated in the state when taking an action. There are 5 filters on game.js that update the deck...