Last to Act preflop

Coding-related discussion: OpenPPL (Poker Programming Language) and internal OpenHoldem-script
Post Reply
rem54
Botter for life
Botter for life
Posts: 615
Joined: Fri Apr 27, 2018 5:19 am

Last to Act preflop

Post by rem54 »

As the button how can I tell if I am really the last to act on the round?

Situation example, fold, fold, call, call, raise, raise, call, fold, now it's my turn.

I have two callers and the initial raiser still to act.

How do I know they are there are three players still to act?

Thoughts (Raises > 1 OR Calls > CallsSinceLastRaise).
Alex
Site Admin
Site Admin
Posts: 3112
Joined: Sun Mar 26, 2017 5:58 pm

Re: Last to Act preflop

Post by Alex »

rem54 wrote: Wed Aug 02, 2023 1:03 pm As the button how can I tell if I am really the last to act on the round?

Situation example, fold, fold, call, call, raise, raise, call, fold, now it's my turn.

I have two callers and the initial raiser still to act.

How do I know they are there are three players still to act?

Thoughts (Raises > 1 OR Calls > CallsSinceLastRaise).
yes, i think (Raises-1 + Calls - CallsSinceLastRaise)
Post Reply