ctm / mb2-doc

Mb2, poker software
https://devctm.com
7 stars 2 forks source link

Stud Button Antes #1356

Closed ctm closed 6 months ago

ctm commented 6 months ago

Implement Button Antes for WSOPS 2024 structures or document our substitution.

Eight of the WSOP-Style 2024 structures use Button Antes in the first few rounds of stud. I did not implement that for last year; instead I substituted 40 everyone for 300 Button and 65 everyone for 500 Button. I don't remember if I documented that change last year, but this year we should either implement the Button Antes or explicitly state on the 2024 WSOP-Style Series page that we haven't.

Last year, I didn't implement them because I was in a bit of a rush and I didn't know how to do it using macro_rules!, but I woke up this morning knowing how, or at least I think I know how. So, I'll take a stab at it now and either get it working or I'll document our substitutions.

ctm commented 6 months ago

Deploying now.

ctm commented 6 months ago

FTR, the knowledge that I woke up with this morning was a very big step in the right direction. I still had to come up with a hack to get it completely working, but there was one, and I found it.