#Forfeit button appears early
15 messages · Page 1 of 1 (latest)
yeah its just guessing
it feels like it’s going off having 2 strokes per hole so if you have more than that or that exactly itlll show up
I'm not sure - the game knows what score you need to not lose, so it doesn't need to guess when the button should appear. I think it's because it adds shots to your score as soon as they're hit - the check for the button to appear must be something like "score equal to opponent and all holes not complete", so it appears even if that score-equalling shot goes on to complete the last hole. One fix could be to add "and ball is stationary" to the check, so it only appears if you have definitively lost.
yeah it adding it to the shot count right when you shoot makes sense
don’t think it’s super worth the time to add when it’s a small edge case that doesn’t really affect anything
but good notice
I think it makes sense. As soon as you shoot, if it’s not going in you lose. Might as well forfeit if you’re gonna lose.
That's true, but the bug is that the button appears even if the final shot subsequently goes in, potentially allowing you to forfeit a round you were about to tie
Ok so don’t press it
yeah because it’s going off of u getting 2 strokes per hole
it’s just guessing u won’t make it because it usually takes 2 strokes for a hole
Oh I see