Closed gr-g closed 9 months ago
Looks good though it needs a format:
cargo clippy --fix --allow-staged --allow-dirty --all
cargo fmt --all
Added commit to fix clippy lints and fmt, thanks for the feedback.
@gr-g Thank you for the contributions. I'll spin a new release ASAP.
I experimented a bit with changes to GameState to support an ante in addition to the small blind and big blind. The approach in this pull request is to introduce a separate "Ante" round before "Starting" and "Preflop", which is admittedly quite intrusive and impacts a lot of code. Anyway, I am sharing it here in case it is of interest.
A separate commit adjusts the selection of the player first to act after each round (see #102).