Project

General

Profile

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

distorted-objectlib / src / main / java / org / distorted / objectlib / objects / TwistyFisher.java @ 1d581993

# Date Author Comment
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.

beee90ab 04/22/2022 05:32 PM Leszek Koltunski

Preparation for Mixup Cube: take advantage of the recent bump in MAJOR_VERSION number and change the format of basicAngles to int[][] 'per-axis-per-layer' [ Mixup Cube has different basicAngle in its middle layers (8) - and different in its edge layers (4) ]

e7587264 04/19/2022 05:00 PM Leszek Koltunski

Simplify computing 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.

5f54927b 02/25/2022 03:34 PM Leszek Koltunski

Preparation for local creation of puzzles: remove the 'ObjectType' enum from TwistyObject class.

10b7e306 02/21/2022 02:29 PM Leszek Koltunski

New, generalized ScrambleState generator that should work for any bandaged 3x3.

7ec32155 02/06/2022 10:07 PM Leszek Koltunski

Make it possible to color internal walls as well.

bf52deb2 02/01/2022 01:30 PM Leszek Koltunski

Downloaded Objects more or less work now.

052e0362 01/16/2022 03:59 PM Leszek Koltunski

Step towards tutorial JSON files.

23127082 01/11/2022 02:29 AM Leszek Koltunski

Add Fisher Cube.