muodov / kociemba

A pure Python and pure C ports of Kociemba's algorithm for solving Rubik's cube
GNU General Public License v2.0
566 stars 126 forks source link

Feature request: Solve to pattern. #6

Closed ansiwen closed 8 years ago

ansiwen commented 8 years ago

Would be nice to also give a target pattern to solve it to. Should be easy, if I'm mistaken. Just solve from pattern to solved state, and apply the resulting maneuvers to the starting pattern and solve it from there. The resulting maneuvers should solve the cube to the pattern. Right? Would be useful also to bring the cube into a given scrambled states, like only the last-layer scrambled for training purposes.

I might be able to implement it by myself during the holidays.

muodov commented 8 years ago

Sounds cool. Any help is appreciated!

muodov commented 8 years ago

Fixed in https://github.com/muodov/kociemba/pull/8