Project

General

Profile

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

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

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

Progress towards generalizing belongsToRotation()

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

More work on making new types of RubikObjects easily creatable.

74686c71 02/21/2020 11:24 AM Leszek Koltunski

Small improvement.

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

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

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

Adjustment to Static's API.

86c73a69 02/14/2020 11:04 PM Leszek Koltunski

Movement.

5be1059b 02/14/2020 10:20 PM Leszek Koltunski

Properly remember size of the Cube.

123d6172 02/14/2020 01:30 PM Leszek Koltunski

Further simplifications for object movement.

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

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

c896c0b3 02/14/2020 12:31 PM Leszek Koltunski

Simplifications for object movement.

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.