wheatley
wheatley copied to clipboard
Don't wait for people being slightly late
This is well defined provided the cutoff is less than one place. This would entail roughly the following:
- Add some kind of cutoff (in the range
0 <= x <= 1
for how many places out someone has to be in order to trigger theWaitForUser
- Any time someone is less late than this, the
WaitForUserRhythm
's cumulative delay counter should not be incremented. Otherwise, theWaitForUserRhythm
functions exactly the same way (so setting the param to0
will gain the current behaviour).