lymacasm / Rubik-s-Cube

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

Get the second strip #4

Open lymacasm opened 9 years ago

lymacasm commented 9 years ago

Create a function in the Solve class in solve.py that implements the algorithm used to get the second strip on Rubik's Cube. The method should first check if there are any moves in the moves queue, self.Moves. If there are moves, the method should pop and return the first move in the queue, if there aren't any moves, then the method should decide what moves need to be added to the queue to perform the algorithm, and add those moves to the queue.