Evyn Machi
Evyn Machi
Rules 70 & 72 will be implemented with https://github.com/SirRender00/texasholdem/issues/19
Relevant WSOP Rules when this is implemented: > 70. **Face up for All-Ins**: All cards will be turned face up once a Participant is all in and all betting action...
Yeah so that's actually by design. That is, `RAISE 50` can be read as raise _to_ 50. You can see that when player 3 raised 1298 chips, the total amount...
A work around for now is that you can have a player raise the amount `game.player_bet_amount(player_id) + game.chips_to_call(player_id) + raise_amount` where `raise_amount` behaves as you describe.
Looks to be a bug with split pots. Those have been notoriously troublesome... What version are you on?
It would be also be helpful if you can export the history of the hand with `game.export_history` and post that here. It will be useful to replicate what happened and...
Looks like that when someone went all-in. It split the pot when it wasn't suppose to, probably has to do with the logic of when we split the pot here:...
Ok I can see about getting a fix on this. But getting that history file if you can will be most helpful in verifying it.
Sorry which of those files display abnormal behavior?
Got it haha... if you find a case... just attach it here. Hopefully there's nothing huge then that's blocking you. As a very yucky solution at each step you can...