Here are some of the features that are planned to be implemented in the future.
- Post bets support.
- Post bets are posted when a player wants to play a game immediately after joining without waiting for the button to pass him or her.
- This is demonstrably different from blinds or straddles
- As an optional parameter
- Fully comply with the Poker Hand History file format specs.
- Parser for the PokerStars hand history file format.
- Fully pre-define all variants in the 2023 World Series of Poker Tournament Rules.
- URL: https://www.wsop.com/2022/2023-WSOP-Tournament-Rules.pdf
- Add mock games to the unit test for each variant.
- Improved type annotations.
- The code supports both
int
andfloat
but type annotations for static type checking only supportint
.
- The code supports both
- Sandbox mode
- Do not care about errors
- If both hole and board dealings are pending, card burning can be deferred so that one of the dealings is carried out before.
- In non-uniform ante situations (e.g. button ante, BB ante), the paid ante(s) does not impact the pot bet during pre-flop (after flop, ante contributions are also considered to calculate the pot value).