PyCuber icon indicating copy to clipboard operation
PyCuber copied to clipboard

Rubik's Cube solver in Python

Results 8 PyCuber issues
Sort by recently updated
recently updated
newest added

I am trying to input a cube configuration manually. I am initialising a cube and the assigning each color to one of the default colors. For one of my cubes,...

I have need of an array representation of the cube, either as a flat array or an array of six arrays for each face. I haven't found anything existing to...

I came across PyCuber again and remembered that I planned to implement a block solver for 2x2x2 blocks which lists the shortest solutions for each of the 8 possible 2x2x2...

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

I want to set: F= White U= Red B= Yellow R= Green L= Blue D = Orange Also, I'm getting all these colours except Orange which is replaced by purple....

The readme is currently in Markdown, so I could continue using that. Though I'm more familiar with reStructuredText and that's what readthedocs uses. I can write docs in either format...