У вашего броузера проблема в совместимости с HTML5
00:00 Introduction & Background
01:45 How to Make a Fused Cube
04:09 Bottom Cross
04:37 F2L - Corners & Edges
07:20 Other F2L Cases
09:54 LL - Edge Orientation
12:30 LL - Corner Orientation
18:08 LL - Edge Permutation
19:10 Wrap Up
Algorithms
LL - Edge Orientation (1-2 times):
Dot: F (R U R' U') F'
Line (edges on L and R): F (R U R' U') F'
Adjacent (edges on L and B): F (R U R' U') F'
LL - Corner Orientation Using Beginner's Method (1-3 times)
Corners have three possible patterns for (UPPER layer colour, U-colour):
* No U-colour corners: put U-colour sticker on LEFT FRONT, do SUNE.
* One U-colour corner (SUNE or ANTISUNE): turn to SUNE (U-colour on FR) or ANTI-SUNE (U-colour on RF) position and do the matching alg (SUNE or ANTI-SUNE)
* Two U-colour corners: put U-colour sticker on FRONT LEFT and do SUNE
SUNE: (R U R') U (R U2 R')
ANTI-SUNE: (R' U' R) U' (R' U2 R)
LL - Edge Orientation
Swap adjacent corners on UFR and UBR: R U R' U' R' F R2 U' R' U' R U R' F'
Swap opposite corners on UFR and UBL: (F R U' R' U' R U R' F') (R U R' U' R' F R F')
LL-Edge Permutation
Put 3-edges to be switched on LFR (LEFT-FRONT-RIGHT) and:
CW: R2 (U R) (U R') (U' R') (U' R') (U R')
CCW: (R U') (R U) (R U) (R U') (R' U') R2
I welcome your comments. If I didn't explain something well or missed a step and you still have questions, please leave a comment or send me a PM and I will do my best to answer.