diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/scramble.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/scramble.txt b/docs/scramble.txt new file mode 100644 index 0000000..dad8ba7 --- /dev/null +++ b/docs/scramble.txt | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | |||
| 2 | HELP PAGE FOR COMMAND scramble | ||
| 3 | |||
| 4 | SYNTAX | ||
| 5 | scramble [OPTIONS] | ||
| 6 | |||
| 7 | DESCRIPTION | ||
| 8 | Produces a random-state scramble. There are options to get a corners-only, | ||
| 9 | edges-only or dr-state scramble. | ||
| 10 | |||
| 11 | OPTIONS | ||
| 12 | c Scrambles corners only (edges are solved). | ||
| 13 | e Scrambles edges only (corners are solved). | ||
| 14 | dr DR-state scramble. The DR is always on the U/D axis. | ||
| 15 | |||
| 16 | |||
| 17 | EXAMPLES | ||
| 18 | scramble | ||
| 19 | Gives a random-state scramble | ||
| 20 | scramble dr | ||
| 21 | Gives a random-DR-state scramble | ||
| 22 | |||
