Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.21 KB

TODOS.rst

File metadata and controls

32 lines (20 loc) · 1.21 KB

Todos

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.
  • Improved type annotations.
    • The code supports both int and float but type annotations for static type checking only support int.
  • 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).