diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 14:48:42 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 14:48:42 +0200 |
| commit | 0c49ed5afc2ae9e4bc4aa1af9c655bbe1f3d14b8 (patch) | |
| tree | 4e69457ed87cb06decc12889a1ded18c17610dad /utils | |
| parent | 259c7326f78d5495f5dc51c619932599a5279f68 (diff) | |
| download | nissy-core-0c49ed5afc2ae9e4bc4aa1af9c655bbe1f3d14b8.tar.gz nissy-core-0c49ed5afc2ae9e4bc4aa1af9c655bbe1f3d14b8.zip | |
Small change of plans, moved stuff around
Diffstat (limited to '')
| -rw-r--r-- | doc/CUBE_TEXT.md (renamed from utils/FORMAT.txt) | 6 | ||||
| -rw-r--r-- | doc/TRANSFORMATIONS.md (renamed from utils/TRANSFORMATIONS.txt) | 0 |
2 files changed, 4 insertions, 2 deletions
diff --git a/utils/FORMAT.txt b/doc/CUBE_TEXT.md index 5bfb01e..b9234fc 100644 --- a/utils/FORMAT.txt +++ b/doc/CUBE_TEXT.md | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | # Textual representation of the cube | ||
| 2 | |||
| 1 | The functions readcube() and writecube() use different formats to read | 3 | The functions readcube() and writecube() use different formats to read |
| 2 | and write a cube to text. Not all formats are supported for both input | 4 | and write a cube to text. Not all formats are supported for both input |
| 3 | and output. | 5 | and output. |
| 4 | 6 | ||
| 5 | # H48 - standard format for h48 (read, write) | 7 | ## H48 - standard format for h48 (read, write) |
| 6 | 8 | ||
| 7 | Each edge is represented by two letters denoting the sides it belongs to | 9 | Each edge is represented by two letters denoting the sides it belongs to |
| 8 | and one number denoting its orientation (0 oriented, 1 mis-oriented). | 10 | and one number denoting its orientation (0 oriented, 1 mis-oriented). |
| @@ -25,7 +27,7 @@ The cube after the moves R'U'F looks like this: | |||
| 25 | FL1 BR0 DB0 UR1 UF0 UB0 DL0 FR0 UL1 DF1 BL0 DR0 | 27 | FL1 BR0 DB0 UR1 UF0 UB0 DL0 FR0 UL1 DF1 BL0 DR0 |
| 26 | UBL1 DBR1 UFR2 DFR2 DFL2 UBL2 UFL2 DBL0 | 28 | UBL1 DBR1 UFR2 DFR2 DFL2 UBL2 UFL2 DBL0 |
| 27 | 29 | ||
| 28 | # SRC - representation of the object in C code for cube_array (write) | 30 | ## SRC - representation of the object in C code for cube_array (write) |
| 29 | 31 | ||
| 30 | The exact format depends on the internal cube representation. It is | 32 | The exact format depends on the internal cube representation. It is |
| 31 | guaranteed that, if OUT is the output in this format, the line | 33 | guaranteed that, if OUT is the output in this format, the line |
diff --git a/utils/TRANSFORMATIONS.txt b/doc/TRANSFORMATIONS.md index 58446e8..58446e8 100644 --- a/utils/TRANSFORMATIONS.txt +++ b/doc/TRANSFORMATIONS.md | |||
