-
Notifications
You must be signed in to change notification settings - Fork 0
/
pll.html
120 lines (110 loc) · 10.5 KB
/
pll.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<link rel="icon" type="image/x-icon" href="./images/icon.png">
<title>PLL - Seby's Square-1 Site</title>
</head>
<body>
<header>
<div id="navbar">
<div><a href="./index.html">SSS</a></div>
<div><a href="./about.html">About</a></div>
<div><a href="./resources.html">Resources</a></div>
<div><b style="color:gray;"><i>PLL</i></b></div>
</div>
<div id="settings"><a target="_blank" href="https://wo0fle.github.io/links/">🐶</a><!-- naming this settings just in case I decide to add a light mode some day, or any other thing that would require config --></div>
</header>
<page-content>
<h1><u>PLL</u></h1>
<h3><i>Permute Last Layer</i></h3><br>
<div>I didn't include most of the PLLs with parity because I don't believe it is worth learning most of them. Instead, you should <a target="_blank" href="https://docs.google.com/document/d/10N1Hnrn6S9Y684V1_0eJR53ElNiyHNPNw3eagvFnZs8/edit?usp=sharing">learn CSP</a> to avoid parity problems in the first place!</div>
<br>
<div>Algorithms in a <span style="display:inline-block;border:3px double red;padding:5px;">red box</span> flip the middle layer, and algorithms in a <span style="display:inline-block;border:3px double #0049ff;padding:5px;">blue box</span> do not. AUFs are not included in the algorithms.</div>
<br><br>
<h1 style="margin: 0;"><u>Non-Parity PLL</u></h1>
<div id="algs-container">
<div class="alg-box">Ua</div><div class="alg-box image"><img src="./images/pll/ua.svg" alt="Ua Perm. Block on F."></div><div class="alg-box">
<div class="alg-box blue">(1,0) / (0,-3) / (-1,0) / (3,0) / (1,0) / (0,3) / (-1,0) / (-3,0) /</div><div class="alg-box red">(1,0) / (2,-1) / (4,1) / (3,0) / (-3,0) / (5,-1) / (-2,1) /</div>
</div>
<div class="alg-box">Ub</div><div class="alg-box image"><img src="./images/pll/ub.svg" alt="Ub Perm. Block on F."></div><div class="alg-box">
<div class="alg-box blue">/ (3,0) / (1,0) / (0,-3) / (-1,0) / (-3,0) / (1,0) / (0,3) /</div><div class="alg-box red">(-2,0) / (2,-1) / (-5,1) / (3,0) / (-3,0) / (-4,-1) / (-2,1) /</div>
</div>
<div class="alg-box">H</div><div class="alg-box image"><img src="./images/pll/h.svg" alt="H Perm."></div><div class="alg-box">
<div class="alg-box blue">/ (-3,3) / (3,-3) / (1,0) / (-3,3) / (3,-3) /<br><br>NN, top-misaligned NN</div><div class="alg-box red">/ (-3,3) / (3,-3) / (1,0) / (-3,3) / (-3,-3) / (-6,0) /<br><br>NN, top-misaligned NN (cancelled into barflip)</div>
</div>
<div class="alg-box">Z</div><div class="alg-box image"><img src="./images/pll/z.svg" alt="Z Perm. F edge swaps with L edge, R edge swaps with B edge."></div><div class="alg-box">
<div class="alg-box blue">(1,0) / (-1,-1) / (-2,1) / (-1,-1) / (4,1) / (-1,-1) /<br><br>M2 U' M2 U M2</div><div class="alg-box red">(-2,0) / (2,-1) / (1,1) / (3,0) / (-3,0) / (-1,-1) / (-2,1) /</div>
</div>
<div class="alg-box">Aa</div><div class="alg-box image"><img src="./images/pll/aa.svg" alt="Aa Perm. Headlights on L."></div><div class="alg-box">
<div class="alg-box blue">(1,0) / (3,0) / (-3,-3) / (0,3) / (2,0) / (3,0) / (-3,-3) / (0,3) /<br><br>top-misaligned JJ, U, JJ</div>
</div>
<div class="alg-box">Ab</div><div class="alg-box image"><img src="./images/pll/ab.svg" alt="Ab Perm. Headlights on R."></div><div class="alg-box">
<div class="alg-box blue">/ (3,0) / (-3,-3) / (0,3) / (-2,0) / (3,0) / (-3,-3) / (0,3) /<br><br>JJ, U', top-misaligned JJ</div>
</div>
<div class="alg-box">E</div><div class="alg-box image"><img src="./images/pll/e.svg" alt="E Perm. Corners on F swap with corners on B."></div><div class="alg-box">
<div class="alg-box blue">(1,0) / (3,3) / (0,-3) / (2,2) / (-2,1) / (-3,-3) /</div>
</div>
<div class="alg-box">Ja</div><div class="alg-box image"><img src="./images/pll/ja.svg" alt="Ja Perm. Block on L."></div><div class="alg-box">
<div class="alg-box blue">(1,0) / (3,0) / (0,-3) / (3,0) / (-3,0) / (-3,3) /</div>
</div>
<div class="alg-box">Jb</div><div class="alg-box image"><img src="./images/pll/jb.svg" alt="Jb Perm. Block on L."></div><div class="alg-box">
<div class="alg-box blue">/ (3,0) / (0,-3) / (3,0) / (-3,0) / (-3,3) /</div>
</div>
<div class="alg-box">Ra</div><div class="alg-box image"><img src="./images/pll/ra.svg" alt="Ra Perm. Headlights on R."></div><div class="alg-box">
<div class="alg-box blue">(0,2) / (-3,0) / (3,0) / (-3,0) / (0,-3) / (4,1) / (-1,2) / (-3,-3) /</div>
</div>
<div class="alg-box">Rb</div><div class="alg-box image"><img src="./images/pll/rb.svg" alt="Rb Perm. Headlights on R."></div><div class="alg-box">
<div class="alg-box blue">(1,0) / (3,0) / (-3,0) / (3,0) / (0,3) / (-4,-1) / (4,1) / (-3,-3) /</div>
</div>
<div class="alg-box">T</div><div class="alg-box image"><img src="./images/pll/t.svg" alt="T Perm. Headlights on R."></div><div class="alg-box">
<div class="alg-box blue">(1,0) / (3,0) / (-3,-3) / (0,3) / (-4,0) / (3,0) / (-3,-3) / (0,3) /<br><br>top-misaligned JJ, U', JJ</div>
</div>
<div class="alg-box">F</div><div class="alg-box image"><img src="./images/pll/f.svg" alt="F Perm. Block on B."></div><div class="alg-box">
<div class="alg-box blue">(0,2) / (1,-2) / (-3,0) / (-1,2) / (0,-3) / (4,1) / (2,-1) / (-2,1) / (-3,0) / (-1,-1) /</div>
</div>
<div class="alg-box">Y</div><div class="alg-box image"><img src="./images/pll/y.svg" alt="Y Perm. BL corner swaps with FR corner, L edge swaps with B edge."></div><div class="alg-box">
<div class="alg-box blue">/ (3,0) / (-3,-3) / (0,3) / (-5,0) / (3,0) / (-3,-3) / (0,3) /<br><br>JJ, U2, top-misaligned JJ</div>
</div>
<div class="alg-box">V</div><div class="alg-box image"><img src="./images/pll/v.svg" alt="V Perm. BL corner swaps with FR corner, B edge swaps with R edge."></div><div class="alg-box">
<div class="alg-box blue">/ (3,0) / (-3,-3) / (0,3) / (0,-4) / (1,-5) / (0,3) / (-1,2) / (3,0) / (-3,0) / (0,-5)<br><br>JJ, (0,-4) / (1,-5) / (0,3) / (-1,2) / (3,0) / (-3,0) /, D'2</div>
</div>
<div class="alg-box">Na</div><div class="alg-box image"><img src="./images/pll/na.svg" alt="Na Perm."></div><div class="alg-box">
<div class="alg-box blue">/ (-3,-3) / (-3,0)/ (-3,-3) / (-3,0) / (-3,-3) /</div>
</div>
<div class="alg-box">Nb</div><div class="alg-box image"><img src="./images/pll/nb.svg" alt="Nb Perm."></div><div class="alg-box">
<div class="alg-box blue">(1,0) / (-3,-3) / (-3,0)/ (-3,-3) / (-3,0) / (-3,-3) /</div>
</div>
<div class="alg-box">Ga</div><div class="alg-box image"><img src="./images/pll/ga.svg" alt="Ga Perm. Headlights on F. Block made of R edge and BR corner."></div><div class="alg-box">
<div class="alg-box blue">/ (-3,3) / (3,-3) / (1,0) / (0,3) / (0,-3) / (0,3) / (0,-3) /<br><br>NN, top-misaligned JN</div>
</div>
<div class="alg-box">Gb</div><div class="alg-box image"><img src="./images/pll/gb.svg" alt="Gb Perm. Headlights on L. Block made of R edge and BR corner."></div><div class="alg-box">
<div class="alg-box blue">(0,-1) / (-2,1) / (-1,2) / (-3,0) / (3,0) / (1,-2) / (-1,-1) / (3,0) /</div>
</div>
<div class="alg-box">Gc</div><div class="alg-box image"><img src="./images/pll/gc.svg" alt="Gc Perm. Headlights on F. Block made of L edge and BL corner."></div><div class="alg-box">
<div class="alg-box blue">(1,0) / (-3,3) / (3,-3) / (-1,0) / (0,3) / (0,-3) / (0,3) / (0,-3) /<br><br>top-misaligned NN, JN</div>
</div>
<div class="alg-box">Gd</div><div class="alg-box image"><img src="./images/pll/gd.svg" alt="Gd Perm. Headlights on R. Block made of L edge and BL corner."></div><div class="alg-box">
<div class="alg-box blue">(1,0) / (-1,2) / (1,-2) / (0,3) / (-3,0) / (2,-1) / (1,1) / (0,-3) /</div>
</div>
</div>
<br><br><hr><br><br>
<h1 style="margin: 0;"><u>Parity EPLL</u></h1>
<div id="algs-container">
<div class="alg-box red">Adjacent Swap<b>AKA</b>Edge Slash</div><div class="alg-box red image"><img src="./images/pll/es.svg" alt="Adjacent Swap (Edge Slash). F edge and R edge swap, flipped middle layer."></div><div class="alg-box red">/ (-3,0) / (0,3) / (0,-3) / (0,3) / (2,0) / (0,2) / (-2,0) / (4,0) / (0,-2) / (0,2) / (-1,4) / (0,-3) / (0,3)</div>
<div class="alg-box blue">Opposite Swap<b>AKA</b>Edge I</div><div class="alg-box blue image"><img src="./images/pll/ei.svg" alt="Opposite Swap (Edge I). L edge and R edge swap."></div><div class="alg-box blue">/ (3,3) / (1,0) / (-2,-2) / (-2,0) / (2,2) / (0,-2) / (-1,-1) / (0,3) / (-3,-3) / (1,0) / (2,2) / (0,-2)</div>
<div class="alg-box blue">Oa</div><div class="alg-box blue image"><img src="./images/pll/oa.svg" alt="Oa Perm. Edges cycle clockwise."></div><div class="alg-box blue">(1,0) / (2,2) / (0,-2) / (3,3) / (1,0) / (-2,-2) / (-2,0) / (2,2) / (-1,0) / (-3,-3) /</div>
<div class="alg-box blue">Ob</div><div class="alg-box blue image"><img src="./images/pll/ob.svg" alt="Ob Perm. Edges cycle counterclockwise."></div><div class="alg-box blue">/ (3,3) / (1,0) / (-2,-2) / (2,0) / (2,2) / (-1,0) / (-3,-3) / (0,2) / (-2,-2) /</div>
<div class="alg-box red">W</div><div class="alg-box red image"><img src="./images/pll/w.svg" alt="W Perm. R and F faces look like a Z Perm, L and B faces look like an H Perm."></div><div class="alg-box red">(0,-1) / (1,-2) / (-4,0) / (0,3) / (1,0) / (3,-2) / (-4,0) / (-4,0) / (-2,2) / (-1,0) / (0,-3) / (0,3)</div>
</div>
<ul>
<li><a href="./index.html">Home</a></li>
</ul>
</page-content>
<footer><div id="cool-guy"><a target="_blank" href="https://github.com/Wo0fle/square-1">random content will be made</a></div></footer>
<script src="main.js"></script>
</body>
</html>