Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ## Symbols
  2.  
  3. `U`: up (top)
  4. `B`: bottom
  5. `L`: left
  6. `R`: right
  7. `F`: front
  8.  
  9. `F` <- rotate front clockwise
  10. `U'` <- rotate up side left
  11.  
  12. ## Level 2
  13.  
  14. - Find a non-corner on the top level that does not have any "yellow"
  15.  
  16. - Line up the color facing you with the center color that matches
  17.  
  18. - Face the matching colors towards you and follow one of the following
  19.  
  20. ### Side to left
  21. U' La U Lt U F U' F'
  22.  
  23. ### Side to right
  24. U Ra U' Rt U' F' U F
  25.  
  26. ## Level 3
  27. F Ra U Rt U' F' (until the "yellow" is a cross)
  28.  
  29. - Once you have a cross on the "yellow", line up two of the crosses with matching centers
  30.  
  31. ### Correct the crosses
  32. Ra U Rt U Ra U U Rt U
  33.  
  34. - Find a corner that is in the right spot (don't turn anything)
  35.  
  36. Swap corners until they match:
  37. U Ra U' La U Rt U' Lt
  38.  
  39. Rt B Ra B' (until the yellow corner matches)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement