lymacasm / Rubik-s-Cube

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

Issue3 and Issue16 #21

Closed lymacasm closed 9 years ago

lymacasm commented 9 years ago

https://github.com/lymacasm/Rubik-s-Cube/issues/3 Issue3: The Rubik's Cube will make a cross on the face opposite the colour of the cross. This is implemented in Solve's MakeCross method. A state controller was also added, called MakeMove. This controls the states of the solver.

https://github.com/lymacasm/Rubik-s-Cube/issues/16 Issue16: Implemented a Face class that assumes the face index you give it is front. You can then perform rotations assuming the face you're looking at is front. It also will give you information about the left, right, up, down and back faces in the new orientation. The class is implemented in face.py.