diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-27 15:36:02 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-27 15:36:02 +0100 |
| commit | 48cd8b6b1779f34ba0507cb697492de83c4e9da8 (patch) | |
| tree | c3a208fa64c3d37f328984acfb980b3f88e94060 /doc/nissy.1 | |
| parent | de0352a2926b0708400a9629c1da813455a6f442 (diff) | |
| download | nissy-48cd8b6b1779f34ba0507cb697492de83c4e9da8.tar.gz nissy-48cd8b6b1779f34ba0507cb697492de83c4e9da8.zip | |
Moved random_cube() from cube.c to commands.c and fixed a bug in corners only and edges
only scrambles. Added fmc scrambles (with R'U'F). Updated manpage for scramble and cleanup.
Diffstat (limited to '')
| -rw-r--r-- | doc/nissy.1 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/nissy.1 b/doc/nissy.1 index 4a07c29..25c6ef2 100644 --- a/doc/nissy.1 +++ b/doc/nissy.1 | |||
| @@ -43,6 +43,13 @@ are the following: | |||
| 43 | . | 43 | . |
| 44 | .Bl -tag -width Ds | 44 | .Bl -tag -width Ds |
| 45 | . | 45 | . |
| 46 | .It Nm cleanup Ar scramble | ||
| 47 | Rewrites the given scramble using only the 18 base (HTM) moves and at most two | ||
| 48 | rotations at the end. If | ||
| 49 | Ar scramble | ||
| 50 | uses NISS, all moves done on normal scramble are written first, followed by | ||
| 51 | all moves done on inverse. | ||
| 52 | . | ||
| 46 | .It Nm commands | 53 | .It Nm commands |
| 47 | List all available commands. | 54 | List all available commands. |
| 48 | . | 55 | . |
| @@ -83,15 +90,18 @@ scrambles. | |||
| 83 | .Ar type | 90 | .Ar type |
| 84 | can be specified to be one of the following: | 91 | can be specified to be one of the following: |
| 85 | .Bl -tag -width Ds | 92 | .Bl -tag -width Ds |
| 86 | .It Ar eo | ||
| 87 | Scramble with solved EO on F/B axis. | ||
| 88 | .It Ar corners | 93 | .It Ar corners |
| 89 | Scramble with solved edges (only cornes are scrambled). | 94 | Scramble with solved edges (only cornes are scrambled). |
| 90 | .It Ar edges | 95 | .It Ar edges |
| 91 | Scramble with solved corners (only edges are scrambled). | 96 | Scramble with solved corners (only edges are scrambled). |
| 97 | .It Ar eo | ||
| 98 | Scramble with solved EO on F/B axis. | ||
| 99 | .It Ar fmc | ||
| 100 | Scramble the full cube and the resulting scramble starts and ends with | ||
| 101 | the moves R\(aq U\(aq F. | ||
| 92 | .El | 102 | .El |
| 93 | . | 103 | . |
| 94 | .It Nm solve Ar step Oo Ar options Oc Ar scramble. | 104 | .It Nm solve Ar step Oo Ar options Oc Ar scramble |
| 95 | Solve the given | 105 | Solve the given |
| 96 | .Ar step | 106 | .Ar step |
| 97 | on the given | 107 | on the given |
