adrianliaw / PyCuber

Rubik's Cube solver in Python
MIT License
196 stars 47 forks source link

New User Help #14

Open Chocotaco64 opened 8 years ago

Chocotaco64 commented 8 years ago

Can you explain how to input a specific cube instead of a random one?

ghost commented 8 years ago

You can try using the kociemba algorithm.

https://github.com/muodov/kociemba

kociemba.solve("solved state", "random state)

That gives you a unicode string of the scramble.

print(pc.Cube(scramble))