Project

General

Profile

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

distorted-objectlib / src / main / java / org / distorted / objectlib / objects / TwistyAxis.java @ cde08c52

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

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.

1101d474 02/27/2022 10:50 PM Leszek Koltunski

Correct AXIS shape (forgottten part)

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.

e29d5c29 02/15/2022 12:41 PM Leszek Koltunski

Axis Cube: finish implementation

3543d0dc 02/15/2022 10:28 AM Leszek Koltunski

Axis Cube: all cubits modelled.

325a17e0 02/14/2022 11:33 PM Leszek Koltunski

Progress with Axis Cube - model the first 2 cubits.

500896d3 02/14/2022 03:08 PM Leszek Koltunski

Beginnings of Axis Cube.