+ 1
How to add lines to make it like rubix cube
Help me to add lines to make it rubix cube plz https://code.sololearn.com/W192MOHlf9v3/?ref=app
2 Respuestas
0
It’s the whole sides rotating. Create a div partition for each layer on each side. 3 layers per side. Every layer will consist of partition; simply I mean for the top phase 3 layer and 9 partitions. Combine all of them to transform throught left,right,front,etc clockwise and anticlockwise.
0
Vishal Srivastava I didn't get what you said
Do you mean that I've to make 3×3 div on each side ?