Project

General

Profile

Download (10.8 KB) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / java / org / distorted / patterns / PatternPyraminx3.java @ 8ab435b9

1
////////////////////////////////////////////////////////////////////////////////////////////////////
2
// Copyright 2020 Leszek Koltunski                                                               //
3
//                                                                                               //
4
// This file is part of Magic Cube.                                                              //
5
//                                                                                               //
6
// Magic Cube is free software: you can redistribute it and/or modify                            //
7
// it under the terms of the GNU General Public License as published by                          //
8
// the Free Software Foundation, either version 2 of the License, or                             //
9
// (at your option) any later version.                                                           //
10
//                                                                                               //
11
// Magic Cube is distributed in the hope that it will be useful,                                 //
12
// but WITHOUT ANY WARRANTY; without even the implied warranty of                                //
13
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                 //
14
// GNU General Public License for more details.                                                  //
15
//                                                                                               //
16
// You should have received a copy of the GNU General Public License                             //
17
// along with Magic Cube.  If not, see <http://www.gnu.org/licenses/>.                           //
18
///////////////////////////////////////////////////////////////////////////////////////////////////
19

    
20
package org.distorted.patterns;
21

    
22
///////////////////////////////////////////////////////////////////////////////////////////////////
23

    
24
public class PatternPyraminx3
25
{
26
public static final String[][] patterns =
27
{
28
{
29
"Vertical Axis (2 Colors)",
30
"3 Gates [1]: 294 614 550 614 582 614 326",
31
"3 Gates [2]: 582 358 326 358 294 358 550",
32
"3 Edge Wheels [1]: 518 582 358 550 262 294 582 614 582",
33
"3 Edge Wheels [2]: 326 358 326 550 518 294 614 326 262",
34
"3 Mushrooms [1]: 514 582 614 518 614 262 614 326",
35
"3 Mushrooms [2]: 582 358 518 358 262 358 326 258",
36
"3 Fish [1]: 518 614 582 614 294 258 550 326 614",
37
"3 Fish [2]: 358 582 294 514 550 358 326 358 262",
38
"3 Hourglasses [1]: 582 358 514 326 358 550 358 294",
39
"3 Hourglasses [2]: 550 614 294 614 582 258 614 326",
40
"3 Scepters [1]: 550 326 518 294 326 614 326 358",
41
"3 Scepters [2]: 614 582 358 582 550 262 582 294",
42
"3 Fir Trees [1]: 518 582 614 518 614 262 614 326",
43
"3 Fir Trees [2]: 582 358 518 358 262 358 326 262",
44
"3 Bridges [1]: 582 614 518 614 258 614 326",
45
"3 Bridges [2]: 582 358 514 358 262 358 326",
46
"3 Eyes [1]: 326 262 582 262 326 262 582",
47
"3 Eyes [2]: 326 518 582 518 326 518 582",
48
"Ring [1]: 514",
49
"Ring [2]: 258",
50
"3 Crowns [1]: 582 258 326 262 582 262 326",
51
"3 Crowns [2]: 582 518 326 518 582 514 326",
52
"3 Dots [1]: 514 582 518 326 518 582 518 326",
53
"3 Dots [2]: 582 262 326 262 582 262 326 258",
54
"3 Jewels [1]: 518 582 518 326 518 582 518 326",
55
"3 Jewels [2]: 582 262 326 262 582 262 326 262",
56
"Pyramid in a Pyramid (1x1x1) [1]: 516",
57
"Pyramid in a Pyramid (1x1x1) [2]: 260",
58
"Pyramid in a Pyramid (2x2x2) [1]: 518",
59
"Pyramid in a Pyramid (2x2x2) [2]: 262",
60
},
61

    
62
{
63
"Vertical Axis (3 Colors)",
64
"3 Edge Wheels [1]: 262 582 358 518 326 358 550 358 294",
65
"3 Edge Wheels [2]: 550 614 294 614 582 262 614 326 518",
66
"3 Edge Wheels [3]: 550 326 518 294 326 614 326 358 518",
67
"3 Edge Wheels [4]: 262 614 582 358 582 550 262 582 294",
68
"3 Mushrooms [1]: 514 582 358 514 326 358 550 358 294",
69
"3 Mushrooms [2]: 550 614 294 614 582 258 614 326 258",
70
"3 Mushrooms [3]: 262 614 582 614 294 262 550 326 614 260",
71
"3 Mushrooms [4]: 358 582 294 518 550 358 326 358 518 516",
72
"3 Mushrooms [5]: 258 582 614 518 614 262 614 326",
73
"3 Mushrooms [6]: 582 358 518 358 262 358 326 514",
74
"3 Hourglasses [1]: 614 582 614 294 258 550 326 614",
75
"3 Hourglasses [2]: 358 582 294 514 550 358 326 358",
76
"3 Scepters [1]: 614 582 614 294 262 550 326 614",
77
"3 Scepters [2]: 358 582 294 518 550 358 326 358",
78
"3 Fir Trees [1]: 262 614 582 614 294 262 550 326 614",
79
"3 Fir Trees [2]: 358 582 294 518 550 358 326 358 518",
80
"3 Fir Trees [3]: 258 614 582 614 294 262 550 326 614",
81
"3 Fir Trees [4]: 358 582 294 518 550 358 326 358 518 260",
82
"3 Fir Trees [5]: 518 582 358 518 326 358 550 358 294",
83
"3 Fir Trees [6]: 550 614 294 614 582 262 614 326 262",
84
"3 Fir Trees [7]: 262 582 614 518 614 262 614 326",
85
"3 Fir Trees [8]: 582 358 518 358 262 358 326 518",
86
"3 Fir Trees [9]: 262 582 614 514 614 262 614 326",
87
"3 Fir Trees [10]: 582 358 518 358 258 358 326 518",
88
"3 Bridges [1]: 582 614 514 614 262 614 326",
89
"3 Bridges [2]: 582 358 518 358 258 358 326",
90
"Winding Ring [1]: 258 582 518 326 518 582 518 326",
91
"Winding Ring [2]: 582 262 326 262 582 262 326 514",
92
"Chessboard Pyramid in a Pyramid [1]: 262 582 518 326 518 582 514 326",
93
"Chessboard Pyramid in a Pyramid [2]: 582 258 326 262 582 262 326 518",
94
"3 Jewels [1]: 326 518 582 518 326 518 582 518 516",
95
"3 Jewels [2]: 262 326 262 582 262 326 262 582 260",
96
"(Pyramid in a)2 Pyramid [1]: 518 516",
97
"(Pyramid in a)2 Pyramid [2]: 262 260",
98
},
99

    
100
{
101
"Swap (2 Faces)",
102
"2 Eyes: 550 518 550 262 294 262 550 518 550",
103
},
104

    
105
{
106
"Swap (4 Faces)",
107
"4 Gates [1]: 358 550 326 294 582 614",
108
"4 Gates [2]: 582 294 614 550 358 326",
109
"4 Edge Wheels: 518 614 518 326 550 358 518 582 294",
110
"Edge Tetragon: 518 614 262 614 294 614 550",
111
"2 Edge Wheels, 2 Gates: 518 614 294 518 582 294 326 358 518 294",
112
},
113

    
114
{
115
"All Faces (2 Colors)",
116
"4 Temples [1]: 518 358 518 582 518 294 518",
117
"4 Temples [2]: 262 582 262 358 262 550 262",
118
"4 Fir Trees [1]: 518 294 262 358 294 582 550 518",
119
"4 Fir Trees [2]: 262 550 518 582 550 358 294 262",
120
"4 Eyes [1]: 294 518 294 518 294 518",
121
"4 Eyes [2]: 550 262 550 262 550 262",
122
"4 Eyes [3]: 582 358 294 582 614 582 550",
123
"4 Eyes [4]: 358 582 550 358 326 358 294",
124
},
125

    
126
{
127
"All Faces (3 Colors)",
128
"4 Edge Wheels [1]: 582 358 582 262 358 582 358 518",
129
"4 Edge Wheels [2]: 358 582 358 518 582 358 582 262",
130
"4 Edge Wheels [3]: 294 358 518 358 550 358 262",
131
"4 Edge Wheels [4]: 550 582 262 582 294 582 518",
132
"4 Scepters [1]: 582 262 614 582 294 326 294 262",
133
"4 Scepters [2]: 358 518 326 358 550 614 550 518",
134
"4 Fir Trees [1]: 358 550 582 294 518 614 518 550 614 262",
135
"4 Fir Trees [2]: 582 294 358 550 262 326 262 294 326 518",
136
"Edge Tetragon [1]: 518 614 518 326 518 582 358",
137
"Edge Tetragon [2]: 518 294 358 550 358 262 358",
138
"Edge Tetragon [3]: 518 358 294 518 614 326 294 518 582 294",
139
"Edge Tetragon [4]: 518 294 518 550 262 550 518 294 518",
140
"Edge Tetragon [5]: 262 550 262 294 614 262 358",
141
"Edge Tetragon [6]: 518 294 518 550 326 518 582",
142
"Twister [1]: 518 582 262 614 518 550",
143
"Twister [2]: 294 262 358 518 326 262",
144
},
145

    
146
{
147
"All Faces (4 Colors)",
148
"4 Edge Wheels [1]: 518 294 358 582 262 614 550 326",
149
"4 Edge Wheels [2]: 518 358 294 582 262 550 614 326",
150
"4 Edge Wheels [3]: 518 550 358 518 358 550 358 518 550",
151
"4 Crossed Scepters: 550 262 614 550 614 294 582 358 262",
152
"Ra Amin Ka [1]: 262 614 294 326 262 358 518 326 358 262",
153
"Ra Amin Ka [2]: 518 614 582 262 614 518 582 550 358 518",
154
},
155

    
156
{
157
"Combinations (2 Types)",
158
"3 Scepters (3 Colors), Crossed Scepters (3 Colors) [1]: 550 582 262 326 614 550 614",
159
"3 Scepters (3 Colors), Crossed Scepters (3 Colors) [2]: 294 358 518 614 326 294 326",
160
"3 Scepters (3 Colors), Crossed Scepters (3 Colors) [3]: 582 614 262 358 550 582 550",
161
"3 Scepters (3 Colors), Crossed Scepters (3 Colors) [4]: 358 326 518 582 294 358 294",
162
"2 Gates, Eyes (3 Colors) [1]: 550 518 614 262 358 294",
163
"2 Gates, Eyes (3 Colors) [2]: 550 614 518 358 262 294",
164
"Edge Wheel (4 Colors), 3 Eyes (3 Colors) [1]: 518 582 614 582 262 614 582 614",
165
"Edge Wheel (4 Colors), 3 Eyes (3 Colors) [2]: 358 326 358 518 326 358 326 262",
166
"Edge Wheel (4 Colors), 3 Eyes (3 Colors) [3]: 614 518 326 550 614 262 614 582 294",
167
"Edge Wheel (4 Colors), 3 Eyes (3 Colors) [4]: 550 326 358 518 358 294 582 262 358",
168
"Edge Wheel (4 Colors), 3 Eyes (3 Colors) [5]: 518 358 582 358 582 262 614 326 614 326",
169
"Edge Wheel (4 Colors), 3 Eyes (3 Colors) [6]: 582 358 582 358 518 326 614 326 614 262",
170
},
171

    
172
{
173
"Combinations (3 Types)",
174
"Gate, Eyes, Edge Wheel (3 Colors) [1]: 518 614 294 518 550 518 358",
175
"Gate, Eyes, Edge Wheel (3 Colors) [2]: 262 326 550 262 294 262 582",
176
"Edge Wheel, 2 Edge Wheels (3 Colors), Edge Wheel (4 Colors): 262 550 582 358 518 294 358 326 358",
177
},
178

    
179
{
180
"Combinations (4 Types)",
181
"Tempel, Scepter, Scepter (3 Colors), Twister (3 Colors) [1]: 582 518 550 262 550 582 358 326",
182
"Tempel, Scepter, Scepter (3 Colors), Twister (3 Colors) [2]: 358 262 294 518 294 358 582 614",
183
"Fir Tree (3 Colors), Jewel, Supertwist (3 Colors), Supertwist (4 Colors) [1]: 518 294 582 614 550 518 614 262",
184
"Fir Tree (3 Colors), Jewel, Supertwist (3 Colors), Supertwist (4 Colors) [2]: 262 550 358 326 294 262 326 518",
185
},
186

    
187
{
188
"Various Patterns",
189
"3 Eyes (3 Colors): 262 326 294 262 550 262 582",
190
"TU-Twist With 3 Generators: 326 614 294 326 294 582 294 358 582",
191
},
192

    
193
{
194
"Flips and Twists",
195
"2 Edge Flips (rf) (fl): 518 614 262 582 262 326 518 358",
196
"2 Edge Flips (lr) (fd): 358 262 614 262 582 518 326 518",
197
"4 Edge Flips (lr) (fd) (ld) (rd): 326 294 582 294 614 518 550 262 550 358",
198
"4 Edge Flips (rf) (fl) (ld) (rd): 518 358 294 518 614 326 294 518 582 294",
199
"Superflip: 582 358 518 582 358 518 582 358 518",
200
"Corner Supertwist [1]: 516 580 612 548",
201
"Corner Supertwist [2]: 260 324 356 292",
202
"Corner Supertwist [3]: 516 580 356 292",
203
"Corner Supertwist [4]: 260 324 612 548",
204
"3 Corner Twists, 1 Deep Corner Twist [1]: 518 580 612 548",
205
"3 Corner Twists, 1 Deep Corner Twist [2]: 262 324 356 292",
206
"Center Supertwist [1]: 514 610 322 262 290 614 518 290 358 322",
207
"Center Supertwist [2]: 578 614 546 262 358 546 518 578 354 258",
208
"Center Supertwist [3]: 518 614 514 294 354 550 578 262 614 290 614",
209
"Center Supertwist [4]: 358 546 358 518 322 294 610 550 258 358 262",
210
"2 Corner Twists, 2 Center Twists [1]: 262 614 294 262 326 262 294 326 294",
211
"2 Corner Twists, 2 Center Twists [2]: 550 582 550 518 582 518 550 358 518",
212
"3 Corner Twists, 3 Center Twists [1]: 550 262 358 262 326 518 358 262 326 262",
213
"3 Corner Twists, 3 Center Twists [2]: 518 582 518 614 262 582 518 614 518 294",
214
"Supertwist [1]: 358 582 518 358 326 294 518 582 294 262",
215
"Supertwist [2]: 518 550 326 262 550 582 614 262 326 614",
216
"Supertwist [3]: 518 614 518 294 358 550 582 262 614 294 614",
217
"Supertwist [4]: 358 550 358 518 326 294 614 550 262 358 262",
218
"Superfliptwist [1]: 514 578 358 514 578 358 518 582 354 548",
219
"Superfliptwist [2]: 292 610 326 262 614 322 258 614 322 258",
220
"Eye of the Twister [1]: 546 358 514 610 578 614 262 582 262 326 262",
221
"Eye of the Twister [2]: 518 582 518 326 518 358 322 354 258 614 290",
222
"Twister [1]: 582 518 614 518 326 614 326 358 326 550 262",
223
"Twister [2]: 518 294 582 614 582 358 582 262 358 262 326",
224
}
225
};
226
}
(7-7/11)