lymacasm / Rubik-s-Cube

Rubiks's Cube Solver Repository
1 stars 1 forks source link

Scramble the Rubik's cube #11

Closed lymacasm closed 9 years ago

lymacasm commented 9 years ago

Implement a method of scrambling the Rubik's Cube. This should preserve the physical aspects of the Rubik's Cube, such as each individual piece having other squares of different colours attached to it, e.g., there is only one corner piece with yellow, orange and blue.

lymacasm commented 9 years ago

implementation in scrambler.py. Implemented by applying randomized rotations to a solved cube.