Project

General

Profile

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

distorted-objectlib / src / main / java / org / distorted / objectlib / objects / TwistyCrystal.java @ cf93ea4e

# Date Author Comment
cf93ea4e 03/04/2023 12:06 AM Leszek Koltunski

Introduce InitAssets. We'll use this later to pass on references to the tablebase file to the TwistyObject (so that it can use this for perfect scrambling)

2dffaf22 02/13/2023 03:32 PM Leszek Koltunski

- add the Pyraminx Duo solver to the list
- make the signature of an object independent of its location in the ObjectType enum

9ba7f3f6 01/28/2023 02:28 AM Leszek Koltunski

Move scrambling to a new model where there are spearete scrambling 'algorithms' and 'edges' of the scrambling graph.
Now each edge can contain a whole algorithm, i.e. a sequence of moves leading from state to state, which permits construction of scrambling for more complicated bandaged objects such as the AI cube....

84a17011 01/08/2023 03:36 AM Leszek Koltunski

Major change in JSOn file format:

replace the old (corners,centers) system with a list of VertexEffects which are applied to each cubit variant.

6133be67 07/15/2022 01:00 AM Leszek Koltunski

objects: license.

a8295031 06/06/2022 03:47 PM Leszek Koltunski

Introduce InitData, a data structure used to initialize a TwistyObject.
Current (optional) members: int[] numLayers, int param [intended: type of the Crazy 3x3 planet], float[][] pos [position of a bandaged cube] )

1d581993 05/08/2022 11:15 PM Leszek Koltunski

Introduce ObjectSignature that can incorporate 192-bit signatures (for 5x5x5 bandaged cubes).
ObjectScrambler does not fully work yet.

a4af26c1 04/20/2022 11:41 PM Leszek Koltunski

Progress with cubit quaternions.

3bf19410 03/29/2022 05:20 PM Leszek Koltunski

Mode the 'iconMode' from static variable in ObjectControl to member varaible in TwistyObject (safer)

a399e91b 03/06/2022 09:16 PM Leszek Koltunski

Add Vietnamese Tutorials.

2af26e29 03/05/2022 12:20 PM Leszek Koltunski

Simplify Pyraminx Crystal: it should be derived from TwistyMinx!

bae32b77 03/05/2022 10:20 AM Leszek Koltunski

Pyraminx Crystal: tutorials.

726f9e63 03/05/2022 10:16 AM Leszek Koltunski

Pyraminx Crystal: tutorials.

be694bb0 03/05/2022 03:02 AM Leszek Koltunski

Pyraminx Crystal: puzzle works.

8409826d 03/05/2022 02:19 AM Leszek Koltunski

Pyraminx Crystal: beginnings.