Cube Puzzle

Preview:

Citation preview

Cube Puzzle.ALGORITHMS

***First Layer***White CrossFlip Edge: F' U L' U'CornersWhite on Left: D' R' D RWhite on Right: R' D' RWhite on Bottom: R' 2D R D

***Middle Layer***Edge Belongs on the Left: U' L' U L U F U' F'Edge Belongs on the Right: U R U' R' U' F' U F

***Last Layer***Getting the CrossFrom Dot: (Hold dot in any position): F R U R' U' F'From L (Hold L in top left): F R U R' U' FFrom Bar (Hold bar horizontally): F R U R' U' F'

Positioning the CrossTwo colors are across from each other(Hold so one of the colors faces you): R U R' U R 2U R'Two colors are adjacent to each other(Hold so one of the colors is to your right and the other is in the back):R U R' U R 2U R' U

Positioning CornersIf NO corners are positioned: U R U' L' U R' U' LHold the solved corner in the top right: U R U' L' U R' U' L(Repeat until all four corners are positioned correctly)

Orienting Corners (FINAL STEP!!!)Hold unsolved corners in the top right corner: R' D' R D(Repeat until all four corners are oriented correctly)

Chapter Time Codes for referenceTop Cross 1:27Top Corners 3:46T-Letter 6:08 D L D L' D' F' D' F / D' R' D' R D F D F'Bottom Cross 9:01 F U R U' R' F'Bottom Corners 10:05 R U R' U R U U R'Side Corners 11:21 R' F R' B B R F' R' B B R RThe Edges 12:41 F F U L R' F F L' R U F F

Recommended