Rex Cube
Solve Bottom Layer
Match pieces on one layer.
Case 1
F D F' F'
Case 2
F' D' F D
Solve Side Edges
Move side edges into place.
Case 1
F
Case 2
F'
Solve 1 edge on top layer
No edges are solved. Use Algorithm once to solve one edge.
Only Case
R' F R F'
Solve last 3 edges on top layer
One edge is solved. Use algorithm on other 3 edge. Repeat if necessary.
Only Case
R' F R F'
Useful Algorithm - Rotate Three Slices
Rotate 3 slices around a corner.
Case 1
R L' R' L
Case 2
L' R L R'
Useful Algorithm - Flip Two Slices
Flip 2 slices.
Only Case
(R L' R' L) Z (L' R L R') Z'
Move center
Move center into correct position.
Case 1
R L' R' L
Case 2
L' R L R'
Move petal into position on top face
Move petal to back or right position on top face.
Case 1
Y2 Z (R L' R' L) Z (L' R L R') Z Y2
Case 2
Y Z (R L' R' L) Z (L' R L R') Z Y'
Move first two petals from top face to left face
Move petals into bottom two positions on left face.
Case 1
F Y2 Z (R L' R' L) Z (L' R L R') Z Y2 F' Z' (R L' R' L) Z (L' R L R')
Case 2
L' Y Z' (R L' R' L) Z (L' R L R') Y' L Y' (R L' R' L) Z (L' R L R') Z' Y
Move last two petals from top face to left face
Move petals into top two positions on left face.
Case 1
F Y2 Z (R L' R' L) Z (L' R L R') Z Y2 F'
Case 2
L' Y Z' (R L' R' L) Z (L' R L R') Y' L
Solve petals for other faces
Repeat the above petal movements for the other faces.
Only Case