Project

General

Profile

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

magiccube / src / main / java / org / distorted / object / RubikCube.java @ 5bfc1b49

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