aboutsummaryrefslogtreecommitdiff
path: root/utils/transform_moves.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-22 12:49:20 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-22 12:49:20 +0200
commit259c7326f78d5495f5dc51c619932599a5279f68 (patch)
treea78e2b9d9624014dac5405c5e26266bf27321101 /utils/transform_moves.txt
parent0032089b5c7dedf057c60fcee17cbdd2b0f8bb87 (diff)
downloadnissy-core-259c7326f78d5495f5dc51c619932599a5279f68.tar.gz
nissy-core-259c7326f78d5495f5dc51c619932599a5279f68.zip
Progess with transformation implementation
Diffstat (limited to 'utils/transform_moves.txt')
-rw-r--r--utils/transform_moves.txt95
1 files changed, 95 insertions, 0 deletions
diff --git a/utils/transform_moves.txt b/utils/transform_moves.txt
new file mode 100644
index 0000000..469008b
--- /dev/null
+++ b/utils/transform_moves.txt
@@ -0,0 +1,95 @@
1UFr U U
2UFr R R
3UFr F F
4
5ULr U U
6ULr R F
7ULr F L
8
9UBr U U
10UBr R L
11UBr F B
12
13URr U U
14URr R B
15URr F R
16
17DFr U D
18DFr R L
19DFr F F
20
21DLr U D
22DLr R B
23DLr F L
24
25DBr U D
26DBr R R
27DBr F B
28
29DRr U D
30DRr R F
31DRr F R
32
33RUr U R
34RUr R F
35RUr F U
36
37RFr U R
38RFr R D
39RFr F F
40
41RDr U R
42RDr R B
43RDr F D
44
45RBr U R
46RBr R U
47RBr F B
48
49LUr U L
50LUr R B
51LUr F U
52
53LFr U L
54LFr R U
55LFr F F
56
57LDr U L
58LDr R F
59LDr F D
60
61LBr U L
62LBr R D
63LBr F B
64
65FUr U F
66FUr R L
67FUr F U
68
69FRr U F
70FRr R U
71FRr F R
72
73FDr U F
74FDr R R
75FDr F D
76
77FLr U F
78FLr R D
79FLr F L
80
81BUr U B
82BUr R R
83BUr F U
84
85BRr U B
86BRr R D
87BRr F R
88
89BDr U B
90BDr R L
91BDr F D
92
93BLr U B
94BLr R U
95BLr F L

Generated with cgit - Back to sebastiano.tronto.net