cubing.js
cubing.js copied to clipboard
Should accept "empty" puzzle
The code should accept the "empty" puzzle with no sets (and an empty solved state and moves that do nothing).
In my UI I'm allowing users to turn on and off various parts of the puzzles (corners/edges/centers) and if they turn everything off, kpuzzle throws. It should not.