lymacasm / Rubik-s-Cube

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

Get the corners of the first face #2

Open lymacasm opened 9 years ago

lymacasm commented 9 years ago

In the Solve class in solver.py, create a method that chooses the correct moves to get the right corners for the first face of the rubiks cube. The moves should be appended in the right order to self.Moves. The method should return the first element of self.Moves as a Member Object.