Farmers Hand Suggestion Rejected
Posted: 04 February 2024, 23:01
After a discussion at a table where all four of us lamented the lack of a "Farmer's Hand" variant, I wrote up the suggestion: https://boardgamearena.com/bug?id=113363.
Within an hour (and compliments on the quick turnaround!), user ufm had rejected it, with the note "Rejected as redeal variants are quite inconsistent and such conditions happen rarely after all."
Now, I'm enough of a newbie here that I don't know whether ufm will see if I leave a comment on a closed bug, so I figured I would respond here.
Addressing the claims:
That redeal variants are quite inconsistent" - I had no idea that there was a dispute over the meaning of Farmer's Hand until I went looking, but I probably should have - this is Euchre, after all. By my count, there are 3 definitions of Farmer's Hands - all 9s and 10s (No Ace, No Face); 4 9s and 10s, and 3 9s or 3 10s. Each of those definitions may or may not reference whether a card matches the upturned card. The former two call for redeals; the latter variant is a variant with exchanging with the Kitty. So you could call it 6 variants.
However, I think the development cost of doing the two redeal variant of each has to be fairly low. 2 conditional if statements, one newly created button (Call Farmer's Hand?), which would call a routine that presumably already exists in the development (dealing)
Given the level of frustration of getting so many bad hands, I would think players would be happy to have it. Once built, it would then be a good stepping stone if someone wanted to add the "unders" variant. But the cost is only worth it IF it happens enough to make it worth it. So, addressing the second claim:
"such conditions happen rarely"
I wrote some code to test this hypothesis. Using my definition of Farmer's Hand (all 9s and 10s) a Farmer's Hand is dealt once every 200 hands. Fairly rare; but in the past 2 months, I've played 500 hands of Euchre - that is, something I should see once a month. Using the 4 9s/10s definition (what Wikipedia calls a Farmer's Hand), it happens once every 9 hands - that is, you should see it once a game. Certainly this happens often enough to be worth adding the variant?
(The 3rd definition (3 9s or 3 10s, no mixing) occurs once in every 7 hands) - In a 3 game match, you could see it 5 times!)
Within an hour (and compliments on the quick turnaround!), user ufm had rejected it, with the note "Rejected as redeal variants are quite inconsistent and such conditions happen rarely after all."
Now, I'm enough of a newbie here that I don't know whether ufm will see if I leave a comment on a closed bug, so I figured I would respond here.
Addressing the claims:
That redeal variants are quite inconsistent" - I had no idea that there was a dispute over the meaning of Farmer's Hand until I went looking, but I probably should have - this is Euchre, after all. By my count, there are 3 definitions of Farmer's Hands - all 9s and 10s (No Ace, No Face); 4 9s and 10s, and 3 9s or 3 10s. Each of those definitions may or may not reference whether a card matches the upturned card. The former two call for redeals; the latter variant is a variant with exchanging with the Kitty. So you could call it 6 variants.
However, I think the development cost of doing the two redeal variant of each has to be fairly low. 2 conditional if statements, one newly created button (Call Farmer's Hand?), which would call a routine that presumably already exists in the development (dealing)
Given the level of frustration of getting so many bad hands, I would think players would be happy to have it. Once built, it would then be a good stepping stone if someone wanted to add the "unders" variant. But the cost is only worth it IF it happens enough to make it worth it. So, addressing the second claim:
"such conditions happen rarely"
I wrote some code to test this hypothesis. Using my definition of Farmer's Hand (all 9s and 10s) a Farmer's Hand is dealt once every 200 hands. Fairly rare; but in the past 2 months, I've played 500 hands of Euchre - that is, something I should see once a month. Using the 4 9s/10s definition (what Wikipedia calls a Farmer's Hand), it happens once every 9 hands - that is, you should see it once a game. Certainly this happens often enough to be worth adding the variant?
(The 3rd definition (3 9s or 3 10s, no mixing) occurs once in every 7 hands) - In a 3 game match, you could see it 5 times!)