lymacasm / Rubik-s-Cube

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

Place corner pieces for last face #12

Open lymacasm opened 9 years ago

lymacasm commented 9 years ago

Create a method in the Solve class in solver.py that implements the algorithm that gets the corner pieces of the last face in the right places, ignoring orientations. The method should first check to see if the self.Moves queue is not empty. If it isn't empty, it should then pop and return the first move in the queue. If it isn't empty, it should fill the queue with the moves required to properly implement the algorithm.