cubing.js icon indicating copy to clipboard operation
cubing.js copied to clipboard

Unexpected low limit to move count that breaks VCR controls

Open rokicki opened this issue 3 years ago • 0 comments

Try the following:

https://experiments.cubing.net/cubing.js/twizzle/index.html?puzzle=3x3x3&alg=%28%28U+F+R+D+B+L%2910%292000000000

Scrub about halfway down. Now try the -> button. It will complete the current move. Try it again. It doesn't advance.

This issue doesn't happen if you lower the "10" to "1". With the 10 we only have 1.2e11 moves, which is well under the floating point 2^53 ~ 9e15 precision, so this is a bit unexpected.

rokicki avatar May 14 '21 06:05 rokicki