cubejs
cubejs copied to clipboard
cube.js -- JavaScript library for modeling and solving the 3x3x3 Rubik's Cube
Initializing is never finished. The error is ``` jquery-3.1.0.min.js:2 Uncaught DOMException: Failed to construct 'Worker': Script at 'file:///C:/Users/jr/Downloads/cubejs-master/docs/lib/worker.js' **cannot be accessed from origin 'null'.** at Function._asyncSetup (file:///C:/Users/jr/Downloads/cubejs-master/docs/lib/async.js:12:22) at Function.asyncInit (file:///C:/Users/jr/Downloads/cubejs-master/docs/lib/async.js:34:12)...
I would like to use your solver to solve an external cube state and return an solve. 1. Please explain what is Cube obj made of so I know how...
When no solution can be found cubejs crashes while trying to access `null`. This happens when `maxDepth` is set too low for the current scramble. To reproduce this bug just...
This resolves #17 I'm not 100% confident in everything going on in the code, but since I ran some solver tests (I kept it ignored for Travis' sake, just ran...
I know this is a really big ask but could you guys add some other wca puzzles, e.g. 2x2-7x7, megaminx, skewb because this would make (and already is) an amazing...
I would like to have a solution algorhythm that can "solve" the cube from a random state to any specific state, other than a fully solved state. For example: cube...
When I try solving: UUUUUUUUUFFFRRRRRRLLLFFFFFFDDDDDDDDDBBBLLLLLLRRRBBBBBB The solution is: R L U2 R L F2 R2 U2 R2 F2 R2 U2 F2 L2 U instead of U Even though the solution...
Hi Any chance to have a possibility to check if the cube from facelets is solvable at all? Because for now it just keeps running forever as far as I...
How can I apply moves like and to generate a state? It only gives an error.