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

Solve is not a String #41

Closed MrSponny closed 3 years ago

MrSponny commented 3 years ago

The solve which is in an Array is a type called "rubik_solver.Move.Move". I'm pretty new to Python so there is probably a way to convert it that I don't know but would it be possible to change the type to a String because that would make things a lot easier!

MrSponny commented 3 years ago

Was by a mistake sorry