-
Notifications
You must be signed in to change notification settings - Fork 1
Get cubeArray
Akshath Raghav edited this page Jun 28, 2021
·
1 revision
Remember that any changes to the array will reflect on its Cubot object
--> Returns a String[][][][] object containing all the cube pieces. Be Careful! Any changes to the array will reflect on the cube.
String[][][][] cubearray = cube1.getCube() ;
String[][][][] solvedcubearray = cube1.getSolvedCube() ;
Read on to see Cubot in action