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 your feature request related to a problem? Please describe.
I'm frustrated when I'm on a plane and I only have 50 offline puzzles to solve. I get through them, and then want to do more.
I also get into situations where the offline puzzles don't refresh for some reason, even when I was online, and that leads to me not being able to solve puzzles when I'm on a tube.
Describe the solution you'd like
Increase the number of offline puzzles to 200, form the current 50.
Describe alternatives you've considered
Have considered having a mode where you can replay the puzzles that you've gotten wrong in offline mode, which would increase the amount of time that you could spend offline and play puzzles. I've rejected that idea because that would be much more difficult to implement.
Have considered adding a setting feature where a user can toggle how many puzzles they'd like to save offline.
Additional context
This should just boil down to changing puzzleBufferLen: 50, to a higher number.
One drawback could be a small slowdown while getting the offline puzzles. I don't know exactly how high the payload is for 1 puzzle from a server, but I feel like it shouldn't be that much.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm frustrated when I'm on a plane and I only have 50 offline puzzles to solve. I get through them, and then want to do more.
I also get into situations where the offline puzzles don't refresh for some reason, even when I was online, and that leads to me not being able to solve puzzles when I'm on a tube.
Describe the solution you'd like
Increase the number of offline puzzles to 200, form the current 50.
Describe alternatives you've considered
Have considered having a mode where you can replay the puzzles that you've gotten wrong in offline mode, which would increase the amount of time that you could spend offline and play puzzles. I've rejected that idea because that would be much more difficult to implement.
Have considered adding a setting feature where a user can toggle how many puzzles they'd like to save offline.
Additional context
This should just boil down to changing
puzzleBufferLen: 50,
to a higher number.One drawback could be a small slowdown while getting the offline puzzles. I don't know exactly how high the payload is for 1 puzzle from a server, but I feel like it shouldn't be that much.
The text was updated successfully, but these errors were encountered: