-
-
Save tchupp/cbc82792024abf01bd1f99e84f0e64cf to your computer and use it in GitHub Desktop.
Rubix cube
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Symbols | |
| U: up (top) | |
| B: bottom | |
| L: left | |
| R: right | |
| F: front | |
| F <- rotate front clockwise | |
| F' <- rotate front counter-clockwise | |
| U <- rotate up side clockwise | |
| U' <- rotate up side counter-clockwise | |
| ## Level 2 | |
| - Find a non-corner on the top level that does not have any "yellow" | |
| - Line up the color facing you with the center color that matches | |
| - Face the matching colors towards you and follow one of the following | |
| ### Side to left | |
| U' La U Lt U F U' F' | |
| ### Side to right | |
| U Ra U' Rt U' F' U F | |
| ## Level 3 | |
| F Ra U Rt U' F' (until the "yellow" is a cross) | |
| - Once you have a cross on the "yellow", line up two of the crosses with matching centers | |
| ### Correct the crosses | |
| Ra U Rt U Ra U U Rt U | |
| - Find a corner that is in the right spot (don't turn anything) | |
| Swap corners until they match: | |
| U Ra U' La U Rt U' Lt | |
| Rt B Ra B' (until the yellow corner matches) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment