Aprenda a linguagem do cubo. Entenda o que significam R, U, L, D, F e B.
Para ler algoritmos e resolver o cubo, você precisa entender a notação padrão. Cada letra se refere a uma face do cubo e como girá-la.
Hold the cube the same way every time
Before any letter means anything, agree on how you are holding the cube. Pick up the cube with one colour on top (this becomes U, Up) and one colour facing you (this becomes F, Front). The other four faces fall into place: the face on your right is R, on your left L, away from you B (Back), and underneath D (Down). Hold it like this and the six letters never change meaning, no matter how scrambled the cube is.
The standard view: U on top, F toward you, R on your right. Every algorithm assumes you are holding the cube this way.
Movimentos Básicos
Uma letra sozinha significa um giro de 90 graus no sentido horário. Uma letra seguida de apóstrofo (por exemplo, R') significa um giro de 90 graus no sentido anti-horário. Uma letra seguida de '2' (por exemplo, R2) significa um giro de 180 graus.
R
Gire a face Direita no sentido horário.
R'anti-horário
R2180°
L
Gire a face Esquerda no sentido horário.
L'anti-horário
L2180°
U
Gire a face de Cima (topo) no sentido horário.
U'anti-horário
U2180°
D
Gire a face de Baixo (fundo) no sentido horário.
D'anti-horário
D2180°
F
Gire a face da Frente no sentido horário.
F'anti-horário
F2180°
B
Gire a face de Trás no sentido horário.
B'anti-horário
B2180°
Modificadores
R
Sem modificador
Horário 90 graus
R'
Anti-horário (apóstrofo) — ex. R'
Anti-horário 90 graus
R2
Giro de 180 graus — ex. R2
180 graus (qualquer direção)
A single R turn, looping. Watch the top-right edge swing away from you — that is clockwise.
Read a real algorithm
Reading an algorithm is just two questions, one move at a time: which layer (the letter) and how does it turn (the symbol). Nothing more. Let's decode the most famous beginner trigger on the cube — the Sune, named by Swedish speedcuber Lars Petrus. It twists three corners and reads like this:
Watch it run, then read the seven tokens left to right against the list.
R — no symbol, so turn the right layer 90° clockwise.
U — no symbol, turn the up layer clockwise.
R' — the prime means turn the right layer 90° counter-clockwise.
U — up layer clockwise again.
R — right layer clockwise.
U2 — the 2 means a 180° turn of the up layer.
R' — right layer counter-clockwise to finish.
Naming pieces and slots
The same six letters name the pieces too, by listing the faces a piece touches. An edge touches two faces (the edge between U and F is UF); a corner touches three (the corner of U, R and F is URF). For a piece, order doesn't matter — FR and RF are the same edge. But corner names are read clockwise, so URF, RFU and FUR all name the same corner. When you need to talk about a single sticker, the first letter is the face you are looking at: the U-sticker of that corner leads with U.
UFedge — touches 2 faces (order doesn't matter)
URFcorner — touches 3 faces, read clockwise
Movimentos Largos
Letra minúscula ou com sufixo 'w' significa girar aquela face mais a fatia interna adjacente juntas.
RwFace direita + fatia do meio (igual a r).
UwFace de cima + segunda camada (igual a u).
Movimentos de Fatia
Camadas internas individuais, sem tocar em nenhuma face externa.
MCamada do meio, mesma direção do L.
ECamada equatorial, mesma direção do D.
SCamada vertical (standing), mesma direção do F.
Rotações do Cubo
Gire o cubo inteiro sem girar nenhuma face.
xGire o cubo inteiro no eixo R (como um movimento R).
yGire o cubo inteiro no eixo U (como um movimento U).
zGire o cubo inteiro no eixo F (como um movimento F).
The three notation mix-ups everyone hits
M “looks backwards.” The middle slice M follows the L face, not R — so an M turn goes the opposite way to what you'd expect from R. Judge slice direction by the left face.
Lowercase isn't a secret move. On a 3×3, u and Uw are the same thing (a wide turn). It only changes meaning on bigger cubes.
A double turn has no “wrong” direction.R2 and R2' end in the same state; the prime only tells your hands which way to spin.