Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.04 KB

TODOS.rst

File metadata and controls

27 lines (17 loc) · 1.04 KB

Todos

Here are some of the features that are planned to be implemented in the future.

  • 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 (for Courchevel).
  • 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).
  • Faster hand evaluation for 6/7 card combinations.