geobalas / Poker

An online poker app
MIT License
208 stars 159 forks source link

Minimum bets are invalid from previous rounds #6

Open Froren opened 7 years ago

Froren commented 7 years ago

I found an issue where a large bet in a certain round will influence the minimum bet of later rounds, which is a problem for general gameplay.

I didn't get a chance to figure out how to write the working test for this scenario though.