diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-06-21 23:01:57 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-06-21 23:01:57 +0200 |
| commit | 0e8d73bb3edcc8bdff6e3ded442b66f68265059a (patch) | |
| tree | 4f92deb9ace97e79332c0e7ce390b76b81aeaae9 /docs/htrfinish.txt | |
| parent | 4e359b44ce111b04cc4d2b28033fba4ab4e6e989 (diff) | |
| download | nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.tar.gz nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.zip | |
First push
Diffstat (limited to 'docs/htrfinish.txt')
| -rw-r--r-- | docs/htrfinish.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/htrfinish.txt b/docs/htrfinish.txt new file mode 100644 index 0000000..7b58307 --- /dev/null +++ b/docs/htrfinish.txt | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | |||
| 2 | HELP PAGE FOR COMMAND htrfinish | ||
| 3 | |||
| 4 | SYNTAX | ||
| 5 | htrfinish [OPTIONS] [MOVES|$ID|@ID] | ||
| 6 | |||
| 7 | DESCRIPTION | ||
| 8 | Similar to drfinish, but uses the moveset <U2,D2,R2,L2,F2,B2>. HTR must be | ||
| 9 | solved. The scramble can be given as the last argument of the command, or it | ||
| 10 | may be given as an $ID or @ID, or it can be typed out on the following line. | ||
| 11 | |||
| 12 | OPTIONS | ||
| 13 | b=N Specify a bound for the number of moves. N must be a number. | ||
| 14 | Default value: 20. | ||
| 15 | n=N Specify a maximum number ofsolutions to be output. N must be | ||
| 16 | a number. | ||
| 17 | Default value: 1. | ||
| 18 | |||
| 19 | EXAMPLES | ||
| 20 | htrfinish R L' U2 R' L F2 | ||
| 21 | Produces the following solution: | ||
| 22 | @1: U2 R2 F2 R2 U2 R2 F2 R2 (8) | ||
| 23 | |||
