Thank you for the suggestion and the testing.
I have been tossing around the idea of muggings,
There are a couple of issues I can't get around
First it would slow down the game as each player would have to wait for the count, and an extra "turn" in turn based games, but if both players agree to this style it is no big issue.
Another is the UI
BGA GuideLines state
II-2 Use left clic only● The whole game should be playable with only simple left button mouse clicks.● Context menus should not be used.●Dragndrop should be avoided (if you want to use it anyway, you should make a click basedalternative available).● Mouse icon must change on cliquable elements (« cursor:pointer » CSS property)..
So I would have to display a grid of 29 buttons (0-29) or of 3 buttons +/-/OK and the user would have to click up to 29 times (if they are lucky)
The final hurdle is the muggins themselves,
I would have to display this interface to both players all the time, if I only give the opponent an opportunity to correct the count when a miscount is done then that would tip the player off that something was miscounted.
Then how would each situation be handled
Player A | Player B
---------------------------
correct | correct -- this is easy
correct | higher -- should there be a penalty*
correct | lower --*
lower | lower than Player A -- **
lower | higher than Player A
higher | lower than Player A
higher | higher than Player A
*from section 10.4a of the American Cribbage College rule book
If the judges determine that the play
was not a muggins, the opponent will be awarded
the points taken as a penalty.
** 10.4a
If the true amount
of underpegging is determined to be other than
the amount originally claimed, the caller is entitled only to the lesser of the claimed or true
amounts. In no case shall the amount of points
awarded for muggins exceed the actual number
of holes that could have been pegged had the
scoring been correctly done.
www.cribbage.org/NewSite/rules/ACCRuleBook2016.pdf
I am open to any suggestions, especially variants that will give BGA players more ways to play, I just don't know how to overcome these hurdles. Please feel free to offer more feedback