-
Fix doc error.
-
Removed unneeded
require('...')
- Dependency: Update
request
from 2.72.0 to 2.74.0. 🚀
- Doc: Added info about how to run a demo on the local machine.
- Fix: JSON parsing of the new WARMUP configuration key.
This was an almost complete rewrite.
-
Poker Holdem Rules full compliance 🎉.
-
Added multiple game support.
-
Added further configuration options, such as
WARMUP
,MAX_GAMES
,ANTE
. -
Added demo.
-
Update dependencies.
-
Added this changelog.
-
Rule Change: When a player raises now the raise amount (that is the difference between the real bet, and the minimum call amount) must be a multiple of the small blind; otherwise the bet is treated as a simple call. This rule does not apply in case the player raises betting all his chips (allin); in this case every amount is considered a valid raise. Previously every bet exceeding the call amount would have been considered a valid raise.
-
Update unit tests dependency: sinon (1.17.3), tape (4.5.0).
- Refactoring unit test
This is the first stable release.