aboutsummaryrefslogtreecommitdiff
path: root/src/nissy.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-23 14:42:28 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-23 14:52:58 +0200
commit039267a278bb9e0580e8aebd85ef5f3ed774688f (patch)
treee569101b585a9aa0426d3a5afbfe3bbddfae0e60 /src/nissy.h
parentd969dc0ad57d3e1e346df719cf9f2708ee87d2e7 (diff)
downloadnissy-core-039267a278bb9e0580e8aebd85ef5f3ed774688f.tar.gz
nissy-core-039267a278bb9e0580e8aebd85ef5f3ed774688f.zip
Adjusted solvers, fixed bug
Diffstat (limited to 'src/nissy.h')
-rw-r--r--src/nissy.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nissy.h b/src/nissy.h
index e7ae50e..734487d 100644
--- a/src/nissy.h
+++ b/src/nissy.h
@@ -8,8 +8,9 @@ below for the list of error codes and their meaning.
8Cubes are passed as strings in the cccccccc=eeeeeeeeeeee=r format, 8Cubes are passed as strings in the cccccccc=eeeeeeeeeeee=r format,
9see the README.md file for more information. 9see the README.md file for more information.
10 10
11Accepted moves are U, D, R, L, F and B, optionally followed by a 2, 11Accepted moves are any of the following:
12a ' or a 3. 12U, D, R, L, F, B, Uw, Dw, Rw, Lw, Fw, Bw, M, S, E, x, y, z
13optionally followed by a 2, a ' or a 3.
13 14
14A transformation must be given in the format 15A transformation must be given in the format
15 (rotation|mirrored) (2 letters) 16 (rotation|mirrored) (2 letters)

Generated with cgit - Back to sebastiano.tronto.net