cubejs icon indicating copy to clipboard operation
cubejs copied to clipboard

What is Cube obj made of?

Open Nurech opened this issue 3 years ago • 0 comments

I would like to use your solver to solve an external cube state and return an solve.

  1. Please explain what is Cube obj made of so I know how to map my external cube to this obj.
{ "center": [],
    "cp": [],
    "co": [],
    "ep": [],
    "eo": [] }

cp = corner pieces? ep = edge pieces? etc.

  1. Does during solve() Cube at anytime flip axis?

  2. Is is possible to validate if passed string to make new Cube is a valid string?

Thank you!

Nurech avatar Dec 02 '21 02:12 Nurech