lymacasm / Rubik-s-Cube

Rubiks's Cube Solver Repository
1 stars 1 forks source link

Added connections field to corner and side class #20

Closed batesandy123 closed 9 years ago

batesandy123 commented 9 years ago

Now the individual squared on a corner will be aware of what they are touching. They can return the face and the location on that face of where they are located.

lymacasm commented 9 years ago

Logic needs to be giving information to each individual square. A rotation would ruin that square's information. Needs reworking.