STEP 1:
White Face


Start with the white face. This is the easy part so you can try to do this without using the algorithms. We need to place the white pieces next to each other making sure that the side colors match, as seen on the first image. Here are the algorithms to move a piece from the back face to the front. There are three possible orientations of the piece so we need three algorithms to position the white pieces.



Case 1: D' R' D
Case 2: R B R'
Case 3: D' R D B2 D' R D
When the piece is in its position but oriented wrong first we need to send it to the back layer and do one of the three cases above (D' R D).

Previous
Next step