From 48cd8b6b1779f34ba0507cb697492de83c4e9da8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 27 Feb 2022 15:36:02 +0100 Subject: 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. --- doc/nissy.1 | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'doc/nissy.1') 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: . .Bl -tag -width Ds . +.It Nm cleanup Ar scramble +Rewrites the given scramble using only the 18 base (HTM) moves and at most two +rotations at the end. If +Ar scramble +uses NISS, all moves done on normal scramble are written first, followed by +all moves done on inverse. +. .It Nm commands List all available commands. . @@ -83,15 +90,18 @@ scrambles. .Ar type can be specified to be one of the following: .Bl -tag -width Ds -.It Ar eo -Scramble with solved EO on F/B axis. .It Ar corners Scramble with solved edges (only cornes are scrambled). .It Ar edges Scramble with solved corners (only edges are scrambled). +.It Ar eo +Scramble with solved EO on F/B axis. +.It Ar fmc +Scramble the full cube and the resulting scramble starts and ends with +the moves R\(aq U\(aq F. .El . -.It Nm solve Ar step Oo Ar options Oc Ar scramble. +.It Nm solve Ar step Oo Ar options Oc Ar scramble Solve the given .Ar step on the given -- cgit v1.3