lymacasm / Rubik-s-Cube

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

Create the first cross #3

Closed lymacasm closed 9 years ago

lymacasm commented 9 years ago

In the Solve class in solver.py, make a method that finds the correct moves needed to create the first cross on the opposite face of the rubiks cube. So, if it is a white cross, the cross should be on the yellow face. The moves should be appended to self.Moves in the correct order. The function should return the move at the first index of self.Moves as a Member Object.