You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to document when an already hit dot gets hit again?
1 2 3
4 5 6
7 8 9
if i go 159654, the second 5 is not recorded.
As far as my knowledge goes if you select a dot during your ongoing pattern, then returning back to it won't record the selection again (it's just how the source code works).
So if you go 159654, after 6 it skips the 5 as its status would be shown "Already selected" and then it skips to your next selection that is 4.
Is there any way to document when an already hit dot gets hit again?
1 2 3
4 5 6
7 8 9
if i go 159654, the second 5 is not recorded.
The text was updated successfully, but these errors were encountered: