python-rubik
python-rubik copied to clipboard
Rubik solving algorithms implemented in Python
when i want to import: from rubik_solver import utils this error happened: Traceback (most recent call last): File "", line 1, in from rubik_solver import utils File "C:\Users\---\AppData\Local\Programs\Python\Python310\lib\site-packages\rubik_solver\utils.py", line 4,...
Given the input: "oooyybgwbborbbrrbrwryyrywwwooyggyggbgwwboryggbgowwoyrr", I used the CFOP method which took 106 moves to solve. Here is the Solution: F2, Y, L, F, U', F', L', U, F2, Y, F,...
Is there any way I could use the Cube class to generate a random cube?
error : Not all 12 edges exist exactly once
No acurate
``` rubik_solver -i yyyyyyyyybbbbbbbbbrrrrrrrrrgggggggggooooooooowwwwwwwww -s Kociemba Read cube yyyyyyyyybbbbbbbbbrrrrrrrrrgggggggggooooooooowwwwwwwww Solution R, L, U2, R, L', B2, U2, R2, F2, L2, D2, L2, F2 rubik_solver -i yyyyyyyyybbbbbbbbbrrrrrrrrrgggggggggooooooooowwwwwwwww -s Beginner Read cube...
I had 4 y moves in a row, three times, in my last scramble. Scramble: `'YYYYYWYOYBBBBBBBBBRWRRRRRORGRGGGGGGGOROOOOOYOWYWWWWWGW'` Solution: `[U, F2, Y, F2, F2, Y, R', F', U, F, R, U, U,...
The solution that the cfop and beginners method solver outputs include a lot of "Y" rotations. I would like the use this for a solving robot that is unable to...
The Imp module is depreciated since 3.8. The import should be dropped to ensure future compatibility
> B B Di Si D D Si Si Di B B D S S D D S D Z Di Di Bi Li R Di Di L Ri Bi...