cubing 0.47.0 → 0.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/lib/cubing/{TwizzleLink.d-Xe45r92P.d.ts → TwizzleLink.d-97ef04xr.d.ts} +1 -0
- package/dist/lib/cubing/bluetooth/index.js +3 -3
- package/dist/lib/cubing/chunks/{chunk-ZQ3THAI5.js → chunk-6P7J74PX.js} +8 -8
- package/dist/lib/cubing/chunks/{chunk-TQNDCG5W.js → chunk-GZV6D4HL.js} +2 -2
- package/dist/lib/cubing/chunks/{chunk-SXZY77DB.js → chunk-JISTVUPJ.js} +3 -3
- package/dist/lib/cubing/chunks/{chunk-N6THLDFR.js → chunk-K7335MAG.js} +2 -2
- package/dist/lib/cubing/chunks/{chunk-OGQNFZM2.js → chunk-M52K5JNF.js} +90 -72
- package/dist/lib/cubing/chunks/{chunk-OGQNFZM2.js.map → chunk-M52K5JNF.js.map} +3 -3
- package/dist/lib/cubing/chunks/{chunk-44CBFEXI.js → chunk-S3SMCJ2Q.js} +1 -1
- package/dist/lib/cubing/chunks/{chunk-DEKQBOQ7.js → chunk-U4JLWFNS.js} +19 -1
- package/dist/lib/cubing/chunks/chunk-U4JLWFNS.js.map +7 -0
- package/dist/lib/cubing/chunks/{inside-KOB7JHHP.js → inside-EKCXLHV5.js} +5 -5
- package/dist/lib/cubing/chunks/{puzzles-dynamic-side-events-FJHPJOLC.js → puzzles-dynamic-side-events-QIADTLKJ.js} +586 -46
- package/dist/lib/cubing/chunks/{puzzles-dynamic-side-events-FJHPJOLC.js.map → puzzles-dynamic-side-events-QIADTLKJ.js.map} +3 -3
- package/dist/lib/cubing/chunks/{search-dynamic-sgs-side-events-PAMLOZFW.js → search-dynamic-sgs-side-events-TV6HT26E.js} +3 -3
- package/dist/lib/cubing/chunks/{search-dynamic-sgs-unofficial-3Q5EC27G.js → search-dynamic-sgs-unofficial-HAXSGKV7.js} +3 -3
- package/dist/lib/cubing/chunks/{search-dynamic-solve-4x4x4-NLEVMG3O.js → search-dynamic-solve-4x4x4-4HG4AFW2.js} +6 -6
- package/dist/lib/cubing/chunks/search-worker-entry.js +1 -1
- package/dist/lib/cubing/chunks/{twisty-dynamic-3d-OQOFLNXF.js → twisty-dynamic-3d-A23ABL4R.js} +4 -4
- package/dist/lib/cubing/notation/index.d.ts +1 -1
- package/dist/lib/cubing/notation/index.js +2 -2
- package/dist/lib/cubing/protocol/index.js +2 -2
- package/dist/lib/cubing/puzzles/index.d.ts +1 -1
- package/dist/lib/cubing/puzzles/index.js +2 -2
- package/dist/lib/cubing/scramble/index.js +5 -5
- package/dist/lib/cubing/search/index.js +5 -5
- package/dist/lib/cubing/twisty/index.d.ts +2 -2
- package/dist/lib/cubing/twisty/index.js +5 -4
- package/dist/lib/cubing/twisty/index.js.map +2 -2
- package/package.json +8 -7
- package/dist/lib/cubing/chunks/chunk-DEKQBOQ7.js.map +0 -7
- /package/dist/lib/cubing/chunks/{chunk-ZQ3THAI5.js.map → chunk-6P7J74PX.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{chunk-TQNDCG5W.js.map → chunk-GZV6D4HL.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{chunk-SXZY77DB.js.map → chunk-JISTVUPJ.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{chunk-N6THLDFR.js.map → chunk-K7335MAG.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{chunk-44CBFEXI.js.map → chunk-S3SMCJ2Q.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{inside-KOB7JHHP.js.map → inside-EKCXLHV5.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{search-dynamic-sgs-side-events-PAMLOZFW.js.map → search-dynamic-sgs-side-events-TV6HT26E.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{search-dynamic-sgs-unofficial-3Q5EC27G.js.map → search-dynamic-sgs-unofficial-HAXSGKV7.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{search-dynamic-solve-4x4x4-NLEVMG3O.js.map → search-dynamic-solve-4x4x4-4HG4AFW2.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{twisty-dynamic-3d-OQOFLNXF.js.map → twisty-dynamic-3d-A23ABL4R.js.map} +0 -0
package/README.md
CHANGED
|
@@ -82,7 +82,7 @@ This project is licensed under the Mozilla Public License. This means that `cubi
|
|
|
82
82
|
|
|
83
83
|
However, if you modify the source code of `cubing.js` to fit your needs then you **must publish your modifications to the `cubing.js` source code** (e.g. publish a fork put it on GitHub). See [the full license](./LICENSE-MPL.md) for exact details.
|
|
84
84
|
|
|
85
|
-
Although you are no longer required to publish code that uses `cubing.js`, we encourage you to
|
|
85
|
+
Although you are no longer required to publish code that uses `cubing.js`, we encourage you to develop your projects as open-source. This way, others can learn from your work and build on it far into the future. It also allows us to tell how features are being used by projects in the community, and what new features are needed.
|
|
86
86
|
|
|
87
87
|
### Fine Print
|
|
88
88
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
binaryComponentsToReid3x3x3,
|
|
3
3
|
twizzleBinaryToBinaryComponents
|
|
4
|
-
} from "../chunks/chunk-
|
|
4
|
+
} from "../chunks/chunk-K7335MAG.js";
|
|
5
5
|
import {
|
|
6
6
|
cube3x3x3,
|
|
7
7
|
puzzles
|
|
8
|
-
} from "../chunks/chunk-
|
|
8
|
+
} from "../chunks/chunk-M52K5JNF.js";
|
|
9
9
|
import {
|
|
10
10
|
experimental3x3x3KPuzzle
|
|
11
|
-
} from "../chunks/chunk-
|
|
11
|
+
} from "../chunks/chunk-U4JLWFNS.js";
|
|
12
12
|
import {
|
|
13
13
|
KPattern
|
|
14
14
|
} from "../chunks/chunk-YB6VZREV.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
countMoves
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-GZV6D4HL.js";
|
|
4
4
|
import {
|
|
5
5
|
cube2x2x2,
|
|
6
6
|
puzzles
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-M52K5JNF.js";
|
|
8
8
|
import {
|
|
9
9
|
from
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-U4JLWFNS.js";
|
|
11
11
|
import {
|
|
12
12
|
KPattern,
|
|
13
13
|
KPuzzle
|
|
@@ -740,7 +740,7 @@ function randomPatternFromSGS(kpuzzle, sgs) {
|
|
|
740
740
|
}
|
|
741
741
|
|
|
742
742
|
// src/cubing/search/inside/solve/puzzles/dynamic/sgs-side-events/index.ts
|
|
743
|
-
var searchDynamicSideEvents = from(() => import("./search-dynamic-sgs-side-events-
|
|
743
|
+
var searchDynamicSideEvents = from(() => import("./search-dynamic-sgs-side-events-TV6HT26E.js"));
|
|
744
744
|
|
|
745
745
|
// src/cubing/search/inside/solve/twsearch.ts
|
|
746
746
|
var twsearchPromise = from(async () => import("./twsearch-QLSDT3QA.js"));
|
|
@@ -778,7 +778,7 @@ async function solve222HTMSubOptimal(pattern, maxDepth = 11) {
|
|
|
778
778
|
}
|
|
779
779
|
|
|
780
780
|
// src/cubing/search/inside/solve/puzzles/dynamic/4x4x4/index.ts
|
|
781
|
-
var dynamic4x4x4Solver = from(() => import("./search-dynamic-solve-4x4x4-
|
|
781
|
+
var dynamic4x4x4Solver = from(() => import("./search-dynamic-solve-4x4x4-4HG4AFW2.js"));
|
|
782
782
|
|
|
783
783
|
// src/cubing/search/inside/solve/puzzles/4x4x4.ts
|
|
784
784
|
var randomSuffixes2 = [
|
|
@@ -800,7 +800,7 @@ async function random444OrientedScramble() {
|
|
|
800
800
|
var dynamicFTOSolver = from(() => import("./search-dynamic-solve-fto-EY5ZVAGO.js"));
|
|
801
801
|
|
|
802
802
|
// src/cubing/search/inside/solve/puzzles/fto.ts
|
|
803
|
-
var dynamic = from(() => import("./search-dynamic-sgs-unofficial-
|
|
803
|
+
var dynamic = from(() => import("./search-dynamic-sgs-unofficial-HAXSGKV7.js"));
|
|
804
804
|
async function randomFTOScramble() {
|
|
805
805
|
mustBeInsideWorker();
|
|
806
806
|
return new Alg(await (await dynamicFTOSolver).randomFTOScrambleString());
|
|
@@ -880,7 +880,7 @@ async function solvePyraminx(pattern) {
|
|
|
880
880
|
}
|
|
881
881
|
|
|
882
882
|
// src/cubing/search/inside/solve/puzzles/dynamic/sgs-unofficial/index.ts
|
|
883
|
-
var searchDynamicUnofficial = from(() => import("./search-dynamic-sgs-unofficial-
|
|
883
|
+
var searchDynamicUnofficial = from(() => import("./search-dynamic-sgs-unofficial-HAXSGKV7.js"));
|
|
884
884
|
|
|
885
885
|
// src/cubing/search/inside/solve/puzzles/redi_cube.ts
|
|
886
886
|
async function randomRediCubeScramble() {
|
|
@@ -1131,4 +1131,4 @@ export {
|
|
|
1131
1131
|
random333Scramble,
|
|
1132
1132
|
insideAPI
|
|
1133
1133
|
};
|
|
1134
|
-
//# sourceMappingURL=chunk-
|
|
1134
|
+
//# sourceMappingURL=chunk-6P7J74PX.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cube3x3x3KPuzzleDefinition
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-U4JLWFNS.js";
|
|
4
4
|
import {
|
|
5
5
|
TraversalUp,
|
|
6
6
|
functionFromTraversal
|
|
@@ -232,4 +232,4 @@ export {
|
|
|
232
232
|
countMetricMoves,
|
|
233
233
|
countAnimatedLeaves
|
|
234
234
|
};
|
|
235
|
-
//# sourceMappingURL=chunk-
|
|
235
|
+
//# sourceMappingURL=chunk-GZV6D4HL.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
from
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-U4JLWFNS.js";
|
|
4
4
|
|
|
5
5
|
// src/cubing/twisty/debug.ts
|
|
6
6
|
var twistyDebugGlobals = {
|
|
@@ -527,7 +527,7 @@ var StatsPanel = class {
|
|
|
527
527
|
// src/cubing/twisty/heavy-code-imports/3d.ts
|
|
528
528
|
var cachedConstructorProxy = null;
|
|
529
529
|
async function proxy3D() {
|
|
530
|
-
return cachedConstructorProxy ??= import("./twisty-dynamic-3d-
|
|
530
|
+
return cachedConstructorProxy ??= import("./twisty-dynamic-3d-A23ABL4R.js");
|
|
531
531
|
}
|
|
532
532
|
var THREEJS = from(
|
|
533
533
|
async () => (await proxy3D()).T3I
|
|
@@ -1155,4 +1155,4 @@ export {
|
|
|
1155
1155
|
proxy3D,
|
|
1156
1156
|
THREEJS
|
|
1157
1157
|
};
|
|
1158
|
-
//# sourceMappingURL=chunk-
|
|
1158
|
+
//# sourceMappingURL=chunk-JISTVUPJ.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
normalize3x3x3Orientation,
|
|
4
4
|
puzzleOrientation3x3x3Cache,
|
|
5
5
|
puzzleOrientation3x3x3Idx
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-U4JLWFNS.js";
|
|
7
7
|
import {
|
|
8
8
|
KPattern
|
|
9
9
|
} from "./chunk-YB6VZREV.js";
|
|
@@ -262,4 +262,4 @@ export {
|
|
|
262
262
|
bufferToSpacedHex,
|
|
263
263
|
spacedHexToBuffer
|
|
264
264
|
};
|
|
265
|
-
//# sourceMappingURL=chunk-
|
|
265
|
+
//# sourceMappingURL=chunk-K7335MAG.js.map
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
experimental3x3x3KPuzzle,
|
|
12
12
|
from,
|
|
13
13
|
getCached
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-U4JLWFNS.js";
|
|
15
15
|
import {
|
|
16
16
|
KPuzzle
|
|
17
17
|
} from "./chunk-YB6VZREV.js";
|
|
@@ -73,12 +73,12 @@ var cube2x2x2 = {
|
|
|
73
73
|
fullName: "2\xD72\xD72 Cube",
|
|
74
74
|
kpuzzle: getCached(
|
|
75
75
|
async () => new KPuzzle(
|
|
76
|
-
(await import("./puzzles-dynamic-side-events-
|
|
76
|
+
(await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).cube2x2x2JSON
|
|
77
77
|
)
|
|
78
78
|
),
|
|
79
|
-
svg: async () => (await import("./puzzles-dynamic-side-events-
|
|
79
|
+
svg: async () => (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).cube2x2x2SVG,
|
|
80
80
|
llSVG: getCached(
|
|
81
|
-
async () => (await import("./puzzles-dynamic-side-events-
|
|
81
|
+
async () => (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).cube2x2x2LLSVG
|
|
82
82
|
),
|
|
83
83
|
pg: getCached(async () => {
|
|
84
84
|
return asyncGetPuzzleGeometry("2x2x2");
|
|
@@ -340,6 +340,15 @@ var cube3x3x3 = {
|
|
|
340
340
|
puzzleSpecificSimplifyOptions: puzzleSpecificSimplifyOptions333
|
|
341
341
|
};
|
|
342
342
|
|
|
343
|
+
// src/cubing/puzzles/implementations/4x4x4/index.ts
|
|
344
|
+
var cube4x4x4 = new CubePGPuzzleLoader({
|
|
345
|
+
id: "4x4x4",
|
|
346
|
+
fullName: "4\xD74\xD74 Cube"
|
|
347
|
+
});
|
|
348
|
+
cube4x4x4.llSVG = getCached(async () => {
|
|
349
|
+
return (await import("./puzzles-dynamic-4x4x4-REUXFQJ4.js")).cube4x4x4LLSVG;
|
|
350
|
+
});
|
|
351
|
+
|
|
343
352
|
// src/cubing/puzzles/implementations/clock/index.ts
|
|
344
353
|
var clock = {
|
|
345
354
|
id: "clock",
|
|
@@ -349,11 +358,11 @@ var clock = {
|
|
|
349
358
|
// Patent application year: https://www.jaapsch.net/puzzles/patents/us4869506.pdf
|
|
350
359
|
kpuzzle: getCached(
|
|
351
360
|
async () => new KPuzzle(
|
|
352
|
-
(await import("./puzzles-dynamic-side-events-
|
|
361
|
+
(await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).clockJSON
|
|
353
362
|
)
|
|
354
363
|
),
|
|
355
364
|
svg: getCached(async () => {
|
|
356
|
-
return (await import("./puzzles-dynamic-side-events-
|
|
365
|
+
return (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).clockSVG;
|
|
357
366
|
})
|
|
358
367
|
};
|
|
359
368
|
|
|
@@ -472,6 +481,42 @@ var FTOPuzzleLoader = class extends PGPuzzleLoader {
|
|
|
472
481
|
};
|
|
473
482
|
var fto = new FTOPuzzleLoader();
|
|
474
483
|
|
|
484
|
+
// src/cubing/puzzles/implementations/kilominx/index.ts
|
|
485
|
+
var KILOMINX_PUZZLE_DESCRIPTION = "d f 0.56";
|
|
486
|
+
var kilominx = {
|
|
487
|
+
id: "kilominx",
|
|
488
|
+
fullName: "Kilominx",
|
|
489
|
+
kpuzzle: getCached(
|
|
490
|
+
() => asyncGetKPuzzleByDesc(KILOMINX_PUZZLE_DESCRIPTION, {
|
|
491
|
+
includeCenterOrbits: false,
|
|
492
|
+
includeEdgeOrbits: false
|
|
493
|
+
})
|
|
494
|
+
),
|
|
495
|
+
pg: () => descAsyncGetPuzzleGeometry(KILOMINX_PUZZLE_DESCRIPTION, {
|
|
496
|
+
includeCenterOrbits: false,
|
|
497
|
+
includeEdgeOrbits: false
|
|
498
|
+
}),
|
|
499
|
+
svg: getCached(async () => {
|
|
500
|
+
return (await import("./puzzles-dynamic-unofficial-EE5FDJ3S.js")).kilominxSVG;
|
|
501
|
+
})
|
|
502
|
+
};
|
|
503
|
+
|
|
504
|
+
// src/cubing/puzzles/implementations/loopover/index.ts
|
|
505
|
+
var loopover = {
|
|
506
|
+
id: "loopover",
|
|
507
|
+
fullName: "Loopover",
|
|
508
|
+
inventedBy: ["Cary Huang"],
|
|
509
|
+
inventionYear: 2018,
|
|
510
|
+
kpuzzle: getCached(
|
|
511
|
+
async () => new KPuzzle(
|
|
512
|
+
(await import("./puzzles-dynamic-unofficial-EE5FDJ3S.js")).loopoverJSON
|
|
513
|
+
)
|
|
514
|
+
),
|
|
515
|
+
svg: async () => {
|
|
516
|
+
return (await import("./puzzles-dynamic-unofficial-EE5FDJ3S.js")).loopoverSVG;
|
|
517
|
+
}
|
|
518
|
+
};
|
|
519
|
+
|
|
475
520
|
// src/cubing/puzzles/stickerings/megaminx-stickerings.ts
|
|
476
521
|
async function megaminxStickeringMask(puzzleLoader, stickering) {
|
|
477
522
|
if ((await megaminxStickerings()).includes(stickering)) {
|
|
@@ -510,6 +555,22 @@ var MegaminxPuzzleLoader = class extends PGPuzzleLoader {
|
|
|
510
555
|
};
|
|
511
556
|
var megaminx = new MegaminxPuzzleLoader();
|
|
512
557
|
|
|
558
|
+
// src/cubing/puzzles/implementations/melindas2x2x2x2/index.ts
|
|
559
|
+
var melindas2x2x2x2 = {
|
|
560
|
+
id: "melindas2x2x2x2",
|
|
561
|
+
fullName: "Melinda's 2\xD72\xD72\xD72",
|
|
562
|
+
inventedBy: ["Melinda Green"],
|
|
563
|
+
// inventionYear: 20__, // TODO
|
|
564
|
+
kpuzzle: getCached(
|
|
565
|
+
async () => new KPuzzle(
|
|
566
|
+
(await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).melindas2x2x2x2OrbitJSON
|
|
567
|
+
)
|
|
568
|
+
),
|
|
569
|
+
svg: getCached(async () => {
|
|
570
|
+
return (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).melindas2x2x2x2OrbitSVG;
|
|
571
|
+
})
|
|
572
|
+
};
|
|
573
|
+
|
|
513
574
|
// src/cubing/puzzles/implementations/pyraminx/index.ts
|
|
514
575
|
var PyraminxPuzzleLoader = class extends PGPuzzleLoader {
|
|
515
576
|
constructor() {
|
|
@@ -520,48 +581,11 @@ var PyraminxPuzzleLoader = class extends PGPuzzleLoader {
|
|
|
520
581
|
});
|
|
521
582
|
}
|
|
522
583
|
svg = getCached(async () => {
|
|
523
|
-
return (await import("./puzzles-dynamic-side-events-
|
|
584
|
+
return (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).pyraminxSVG;
|
|
524
585
|
});
|
|
525
586
|
};
|
|
526
587
|
var pyraminx = new PyraminxPuzzleLoader();
|
|
527
588
|
|
|
528
|
-
// src/cubing/puzzles/implementations/square1/index.ts
|
|
529
|
-
var square1 = {
|
|
530
|
-
id: "square1",
|
|
531
|
-
fullName: "Square-1",
|
|
532
|
-
inventedBy: ["Karel Hr\u0161el", "Vojtech Kopsk\xFD"],
|
|
533
|
-
inventionYear: 1990,
|
|
534
|
-
// Czech patent application year: http://spisy.upv.cz/Patents/FullDocuments/277/277266.pdf
|
|
535
|
-
kpuzzle: getCached(
|
|
536
|
-
async () => new KPuzzle(
|
|
537
|
-
(await import("./puzzles-dynamic-side-events-FJHPJOLC.js")).sq1HyperOrbitJSON
|
|
538
|
-
)
|
|
539
|
-
),
|
|
540
|
-
svg: getCached(async () => {
|
|
541
|
-
return (await import("./puzzles-dynamic-side-events-FJHPJOLC.js")).sq1HyperOrbitSVG;
|
|
542
|
-
})
|
|
543
|
-
};
|
|
544
|
-
|
|
545
|
-
// src/cubing/puzzles/implementations/kilominx/index.ts
|
|
546
|
-
var KILOMINX_PUZZLE_DESCRIPTION = "d f 0.56";
|
|
547
|
-
var kilominx = {
|
|
548
|
-
id: "kilominx",
|
|
549
|
-
fullName: "Kilominx",
|
|
550
|
-
kpuzzle: getCached(
|
|
551
|
-
() => asyncGetKPuzzleByDesc(KILOMINX_PUZZLE_DESCRIPTION, {
|
|
552
|
-
includeCenterOrbits: false,
|
|
553
|
-
includeEdgeOrbits: false
|
|
554
|
-
})
|
|
555
|
-
),
|
|
556
|
-
pg: () => descAsyncGetPuzzleGeometry(KILOMINX_PUZZLE_DESCRIPTION, {
|
|
557
|
-
includeCenterOrbits: false,
|
|
558
|
-
includeEdgeOrbits: false
|
|
559
|
-
}),
|
|
560
|
-
svg: getCached(async () => {
|
|
561
|
-
return (await import("./puzzles-dynamic-unofficial-EE5FDJ3S.js")).kilominxSVG;
|
|
562
|
-
})
|
|
563
|
-
};
|
|
564
|
-
|
|
565
589
|
// src/cubing/puzzles/implementations/redi-cube/index.ts
|
|
566
590
|
var rediCube = {
|
|
567
591
|
id: "redi_cube",
|
|
@@ -580,45 +604,38 @@ var rediCube = {
|
|
|
580
604
|
}
|
|
581
605
|
};
|
|
582
606
|
|
|
583
|
-
// src/cubing/puzzles/implementations/
|
|
584
|
-
var
|
|
585
|
-
id: "
|
|
586
|
-
fullName: "
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
});
|
|
591
|
-
|
|
592
|
-
// src/cubing/puzzles/implementations/melindas2x2x2x2/index.ts
|
|
593
|
-
var melindas2x2x2x2 = {
|
|
594
|
-
id: "melindas2x2x2x2",
|
|
595
|
-
fullName: "Melinda's 2\xD72\xD72\xD72",
|
|
596
|
-
inventedBy: ["Melinda Green"],
|
|
597
|
-
// inventionYear: 20__, // TODO
|
|
607
|
+
// src/cubing/puzzles/implementations/square1/index.ts
|
|
608
|
+
var square1 = {
|
|
609
|
+
id: "square1",
|
|
610
|
+
fullName: "Square-1",
|
|
611
|
+
inventedBy: ["Karel Hr\u0161el", "Vojtech Kopsk\xFD"],
|
|
612
|
+
inventionYear: 1990,
|
|
613
|
+
// Czech patent application year: http://spisy.upv.cz/Patents/FullDocuments/277/277266.pdf
|
|
598
614
|
kpuzzle: getCached(
|
|
599
615
|
async () => new KPuzzle(
|
|
600
|
-
(await import("./puzzles-dynamic-side-events-
|
|
616
|
+
(await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).sq1HyperOrbitJSON
|
|
601
617
|
)
|
|
602
618
|
),
|
|
603
619
|
svg: getCached(async () => {
|
|
604
|
-
return (await import("./puzzles-dynamic-side-events-
|
|
620
|
+
return (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).sq1HyperOrbitSVG;
|
|
605
621
|
})
|
|
606
622
|
};
|
|
607
623
|
|
|
608
|
-
// src/cubing/puzzles/implementations/
|
|
609
|
-
var
|
|
610
|
-
id: "
|
|
611
|
-
fullName: "
|
|
612
|
-
inventedBy: ["
|
|
624
|
+
// src/cubing/puzzles/implementations/tri_quad/index.ts
|
|
625
|
+
var tri_quad = {
|
|
626
|
+
id: "tri_quad",
|
|
627
|
+
fullName: "TriQuad",
|
|
628
|
+
inventedBy: ["Bram Cohen", "Carl Hoff"],
|
|
613
629
|
inventionYear: 2018,
|
|
630
|
+
// https://twistypuzzles.com/cgi-bin/puzzle.cgi?pkey=6809
|
|
614
631
|
kpuzzle: getCached(
|
|
615
632
|
async () => new KPuzzle(
|
|
616
|
-
(await import("./puzzles-dynamic-
|
|
633
|
+
(await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).triQuadJSON
|
|
617
634
|
)
|
|
618
635
|
),
|
|
619
|
-
svg: async () => {
|
|
620
|
-
return (await import("./puzzles-dynamic-
|
|
621
|
-
}
|
|
636
|
+
svg: getCached(async () => {
|
|
637
|
+
return (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).triQuadSVG;
|
|
638
|
+
})
|
|
622
639
|
};
|
|
623
640
|
|
|
624
641
|
// src/cubing/puzzles/index.ts
|
|
@@ -671,7 +688,8 @@ var puzzles = {
|
|
|
671
688
|
kilominx,
|
|
672
689
|
redi_cube: rediCube,
|
|
673
690
|
melindas2x2x2x2,
|
|
674
|
-
loopover
|
|
691
|
+
loopover,
|
|
692
|
+
tri_quad
|
|
675
693
|
};
|
|
676
694
|
|
|
677
695
|
export {
|
|
@@ -683,4 +701,4 @@ export {
|
|
|
683
701
|
cube3x3x3,
|
|
684
702
|
puzzles
|
|
685
703
|
};
|
|
686
|
-
//# sourceMappingURL=chunk-
|
|
704
|
+
//# sourceMappingURL=chunk-M52K5JNF.js.map
|