Skip to content

Releases: kedoska/engine-blackjack

v0.9.2: update dev-dependencies (#53)

27 Jun 15:04
Compare
Choose a tag to compare
Pre-release

Update dev-dependencies

  • Neutrino to 6.x
  • Flow and Babel-Flow plugin

v0.9.1: Fix HandValue Hi must be equal to Lo when Hi > 21 (#52)

27 Jun 14:39
Compare
Choose a tag to compare

v0.9.0: Impl getHigherValidValue (#50)

24 Jun 23:15
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • multiple aces in player hand
  • winner calculation

Flow(tized)

31 Mar 22:03
Compare
Choose a tag to compare
Flow(tized) Pre-release
Pre-release
  • Flow has been adopted
  • 52-deck is now the first dependency

Babelized

21 Mar 19:57
Compare
Choose a tag to compare
Babelized Pre-release
Pre-release
More ES6 (#29)

* Replace `Object.assing` with spread/rest operators
* Fix main lib export: Export without `default`

es2015 ready

03 Mar 19:30
Compare
Choose a tag to compare
es2015 ready Pre-release
Pre-release

After months I finally have a stable release.
We played couple of thousands of hands against this engine and..., so far so good.
This will probably remains as is. My intention is to continue bugfixing on this 0.4.x and jump to version 1 asap.