Skip to content

Instantly share code, notes, and snippets.

@knutaf
Last active February 21, 2024 03:29
Show Gist options
  • Select an option

  • Save knutaf/33abbe8bc5a7193d521e4bcf4beee7e8 to your computer and use it in GitHub Desktop.

Select an option

Save knutaf/33abbe8bc5a7193d521e4bcf4beee7e8 to your computer and use it in GitHub Desktop.
Simple PLL

J1 Perm - swaps back two corners

[R' U L'] [U2 R U' R' U2] [R L U'] also swaps some edges, but I deal with that in the next step cause I'm a noob

U1 or U2 to rotate edges

U1 - rotate edges to the right (clockwise) R2 U [R U R' U'] (R' U') (R' U R')

U2 - rotate edges to the left (counterclockwise) [R U'] [R U] [R U] [R U'] R' U' R2

H perm for swapping opposite edges

M2 U M2 U2 M2 U M2

Z perm for swapping adjacent edges

M2 U M2 U M' U2 M2 U2 M' U2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment