Project

General

Profile

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

magiccube / src / main / java / org / distorted / object / RubikCube.java @ efef689c

# Date Author Comment
efef689c 03/05/2020 03:45 PM Leszek Koltunski

Progress towards generalizing belongsToRotation()

411c6285 03/05/2020 01:23 PM Leszek Koltunski

Make RubikCube more abstract.

b32444ee 02/21/2020 10:12 PM Leszek Koltunski

More work on making new types of RubikObjects easily creatable.

3c4a326c 02/21/2020 06:58 PM Leszek Koltunski

More work on making new types of RubikObjects easily creatable.

a10ada2a 02/21/2020 03:35 PM Leszek Koltunski

More work on Cubit.

70b76549 02/21/2020 02:57 PM Leszek Koltunski

More work on Cubit.

f16ff19d 02/21/2020 01:53 PM Leszek Koltunski

Separate RubikCubit inner class.

97c012ae 02/21/2020 11:27 AM Leszek Koltunski

Rename MeshFlat MeshRectangles.

27a70eae 02/21/2020 11:00 AM Leszek Koltunski

Make RubikCube and RubikCubeMovement generic and not visible outside of their package.

8e1231ae 02/20/2020 03:26 PM Leszek Koltunski

Saving Cube state: done

5bfc1b49 02/20/2020 01:28 PM Leszek Koltunski

Progress with saving Cube state

348dfe69 02/15/2020 01:02 AM Leszek Koltunski

Adjustment to Static's API.

775e675d 02/14/2020 01:05 PM Leszek Koltunski

Further simplifications for object movement - remove from it a reference to the Object altogether.

beb325a0 02/14/2020 01:47 AM Leszek Koltunski

Major restructuring - separate the Manipulated Objects (i.e. at the time being - Cubes of various sizes) and the class holding knowledge how those Objects move ( RubikCubeMovement ) into a separate package; remove all knowledge of Objects and the way they move from the main package.