Cube Solver
Automatic Solver for a cube thinking game of real world
Imaging following situation: You have 9 cubes and all of them have a hole in it. Through all these holes there is a string. And now your turn is to combine everything so that it becomes a big cube. (look at the pictures to understand :)
Cube Solver should now take a input of the small cubes and how they are connected and then it should give you instructions how to do it.
Needed inputs:
- cube data*
- target size of cube (x,y,z)
- start point for solving (x, y, z)
- startdirection
* cube data in form of an int array, where every int means the count of cubes in one direction