web-sploosh-kaboom icon indicating copy to clipboard operation
web-sploosh-kaboom copied to clipboard

buttons to adjust the first board mean/stddev quickly during a run

Open csunday95 opened this issue 4 years ago • 1 comments

During a run, the runner might determine they need to change their first board mean/stddev based on gameplay. Having a set of buttons that allows incrementing/decrementing the textboxes might be helpful. This could be in the form of a set of orders of magnitude buttons e.g.

[-1000]
[-100]
[-10]
| mean entry field |
[+10]
[+100]
[+1000]

csunday95 avatar Apr 29 '20 18:04 csunday95

I don't think users need that many options. People who restart their game will not be changing it during runs, so we only have to cater to people with means in the millions. With such a high mean, it's not realistic to specify it much more precisely than the nearest 50k, but the people who adjust during a run are also generally not going to deviate by more than a few hundred thousand. Thus, I would just have two buttons, like

First board mean: [−50] |7150| [+50]

Now, what's stopping me from implementing this is the rest of the settings. Aside from perhaps the first board standard deviation, none of the others should have buttons, and I think it would look bad in the grid layout to have just one or two with buttons and the rest without.

Amphitryon0 avatar May 28 '22 22:05 Amphitryon0