Skip to content

Review order of player action #44

@stefangordon

Description

@stefangordon

It seems like the code is not implementing the player action order correctly for 2 player (heads-up) holdem, but it is training on a 2 player game.

In two player games the dealer acts first pre-flop, posting the SB. After the flop, turn, and river, the BB acts first.

As implemented I believe the SB is acting first on the flop, turn and river.

src/gameplay/seat.rs::first_to_act_postflop

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions