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

Implement solve-to-pattern feature natively in C code #13

Closed muodov closed 8 years ago

muodov commented 8 years ago

This feature is implemented purely in Python for now, so it is not yet available for users of C library

ansiwen commented 8 years ago

I'm just working on this...

muodov commented 8 years ago

Awesome, it's so inspiring to see someone willing to help :) Thanks for your effort!

muodov commented 8 years ago

Resolved by https://github.com/muodov/kociemba/pull/19