Skip to content

Commit

Permalink
update parityPll algs
Browse files Browse the repository at this point in the history
  • Loading branch information
trexrush committed Feb 9, 2025
1 parent 8373332 commit 6552e6e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
28 changes: 22 additions & 6 deletions src/data/userSets/paritypll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,23 @@ opp:
adj:
algs:
-
setup: U2
alg: Rw U Rw' R U' Rw' U' Rw U Rw U' Rw' U' r' U Rw U R' U' R'
setup: U'
alg: Lw' U' Lw [LEFTY SEXY] l' U' L' U Lw U' Lw U Lw2' U Lw U' Lw U' Lw'
isLefty: true
tags: ['Direct']
-
setup: U2
alg: L' U' L' U Lw U l' U' Lw' U' Lw U Lw U' Lw' U' l' U Lw
isLefty: true
tags: ['Direct']
alg: Rw U Rw' R U' Rw' U' Rw U Rw U' Rw' U' r' U Rw U R' U' R'
tags: ['Direct', 'Swag']
-
alg: "[LEFT SEXY] [OPP] U L' U L"
isLefty: true
Oa:
algs:
-
alg: Lw' U' Lw L' U' L U L' U' L U Lw' U Lw2 U Lw' U L U' L' U L U' L' Lw U' Lw'
isLefty: true
tags: ['Direct']
-
alg: Rw U Rw' R U' Rw' U' Rw U Rw U' Rw' U' r' U Rw U R' U' R' [Ua_PERM]
tags: ['Direct']
Expand All @@ -26,9 +30,13 @@ Oa:
note: opp into zperm or adj into U
Ob:
algs:
-
alg: Lw U Lw' [LEFT DOUBLE BACK SEXY] Lw U' Lw2' U' Lw [LEFT DOUBLE UNSEXY] Lw' U Lw
isLefty: true
tags: ['Direct']
-
alg: M2' U M2' U M' U2 l2' U2 r2 Uw2 r2 Uw2 U2 M'
note: opp into zperm
note: opp into zperm
W:
algs:
-
Expand All @@ -41,12 +49,20 @@ W:
alg: "[OPP] r2' l2' U' M U2' M' U' M2"
pJ:
algs:
-
alg: Lw U Lw2' U Lw U' Lw U L' U' L U' Lw' U 3Fw' [LEFT SEXY] 3Fw Lw' U' Lw L' U' L
isLefty: true
tag: ['Direct']
-
alg: Lw L2' U L U' l' U L' U2' L U l' U' l U Lw F' Lw2' U Lw U Lw' U' Lw F
isLefty: true
tag: ['Direct']
pN:
algs:
-
alg: 3Fw' L' U' L U 3Fw Lw' U' Lw L' U' L Lw U Lw2' U Lw U' Lw U L' U' L U' Lw'
isLefty: true
tag: ['Direct']
-
alg: l' U' l U Lw F' Lw2' U Lw U Lw' U' Lw F [LEFTY SEXY] Lw D Lw' U2' Lw D' Lw'
isLefty: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const useGrouping = (grouping: "none" | "cp", d: ICaseList) => {
children: ch(["pJ", "M", "Ka", "Kb", "Ba", "Bb", "Ca", "Cb", "Da", "Db", "Pa", "Pb"])
},
{ name: "Opp CP",
children: ch(["Q", "X", "Sa", "Sb"])
children: ch(["pN", "Q", "X", "Sa", "Sb"])
},
]
}
Expand Down

0 comments on commit 6552e6e

Please sign in to comment.