Skip to content

Releases: alexclewontin/riverboat

v0.6.0

03 Dec 20:25
053a79e
Compare
Choose a tag to compare

This release adds a Leave action, to mark players that have left the game. This is very similar to the ToggleReady action, but can be helpful for frontends to differentiate and render them differently

v0.5.1

04 Oct 04:54
1acb7f5
Compare
Choose a tag to compare

Bug fix: players being marked as "not in" at end of game was causing cards to not be shown. Also some code cleanup and refactoring

v0.5.0

02 Oct 20:07
3a355bb
Compare
Choose a tag to compare

WARNING: This release does not change the API per se, but it does change how the internal state reacts to a given set of transitions, which may render previously legal sequences of Actions illegal.

Specifically, a Deal action is no longer necessary (or even legal) to transition between mid-game states (preflop to flop, flop to turn, turn to river), but may only be used to transition from predeal to preflop.

v0.4.3

30 Aug 22:05
93242b9
Compare
Choose a tag to compare

Bug fix: In certain situations, the reset routine was not being called. This could wreak all sorts of havoc.

v0.4.2

29 Aug 20:14
fe85e95
Compare
Choose a tag to compare

Bug fix: a missing modulo meant in certain situations advancing the dealer number could get you into trouble.

v0.4.1

29 Aug 19:29
fe85e95
Compare
Choose a tag to compare

Bug fix: folded players did not have previous bets incorporated into the main pot

v0.4.0

29 Aug 18:20
c624861
Compare
Choose a tag to compare

Pots updated and delivered as part of view much more frequently

v0.3.1

02 Aug 21:09
c811a6d
Compare
Choose a tag to compare

Minor feature: tweak card disclosure behavior so that once you have folded, your cards are no longer included in your own view

v0.3.0

02 Aug 20:53
dc18cc1
Compare
Choose a tag to compare

Feature: implemented correct card disclosure at the end of the game

v0.2.6

02 Aug 18:10
2dfd3fe
Compare
Choose a tag to compare

Bug fixes:

  • Pots were not properly being cleared when the next round was dealt
  • In some scenarios, the returnChips internal helper function was zeroing the stack, causing weird behavior when all or all but one players were all in