aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-22 18:45:12 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-22 18:45:12 +0200
commit77fbe3d7cbd8448f8124dba143bc5110344c6b49 (patch)
tree43a4f9f8966855a54f1e2749e6bfc6861d5f5732 /README.md
parentbab22e1946a656088804b61cf765461b48744971 (diff)
downloadnissy-core-77fbe3d7cbd8448f8124dba143bc5110344c6b49.tar.gz
nissy-core-77fbe3d7cbd8448f8124dba143bc5110344c6b49.zip
Progress
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 20 insertions, 4 deletions
diff --git a/README.md b/README.md
index 302928a..ac01b30 100644
--- a/README.md
+++ b/README.md
@@ -282,14 +282,30 @@ Edges are numbered as follows (see also constants.h):
282UF=0 UB=1 DB=2 DF=3 UR=4 UL=5 DL=6 DR=7 FR=8 FL=9 BL=10 BR=11 282UF=0 UB=1 DB=2 DF=3 UR=4 UL=5 DL=6 DR=7 FR=8 FL=9 BL=10 BR=11
283``` 283```
284 284
285If the edge is misoriented with respect to the F/B axis, the value
286is increased by 16.
287
285Corners are numbered as follows: 288Corners are numbered as follows:
286 289
287``` 290```
288UFR=0 UBL=1 DFL=2 DBR=3 UFL=4 UBR=5 DFR=6 DBL=7 291UFR=0 UBL=1 DFL=2 DBR=3 UFL=4 UBR=5 DFR=6 DBL=7
289``` 292```
290 293
291At the moment, the only orientation supported is the standard one, as wide 294If the corner is twisted clockwise with respect to the U/D
292moves, rotations and slice moves are not supported. 295axis orientation, the value is increased by 8. If it is twisted
296counter-clowsie, the value is increased by 16.
297
298The orientations of the cube are numbered as follows, where e.g. "RB"
299means that the R face in on top and the B face is on front:
300
301```
302UF=0 UR=1 UB=2 UL=3
303DF=4 DR=5 DB=6 DL=7
304RF=8 RD=9 RB=10 RU=11
305LF=12 LD=13 LB=14 LU=15
306FD=16 FR=17 FU=18 FL=19
307BD=20 BR=21 BU=22 BL=23
308```
293 309
294In this format, the solved cube looks like this: 310In this format, the solved cube looks like this:
295 311
@@ -297,10 +313,10 @@ In this format, the solved cube looks like this:
297ABCDEFGH=ABCDEFGHIJKL=A 313ABCDEFGH=ABCDEFGHIJKL=A
298``` 314```
299 315
300The cube after the move F looks like this: 316The cube after the move Fw looks like this:
301 317
302``` 318```
303MBODSFQH=ZBCYEFGHQTKL=A 319ANCPETGR=AbaDEFGHIJRS=L
304``` 320```
305 321
306A cube in B32 format is always 23 characters long (24 if the terminating 322A cube in B32 format is always 23 characters long (24 if the terminating

Generated with cgit - Back to sebastiano.tronto.net