V-Wong/CubeSimRS

Change Mask To Use Solved Indices

V-Wong opened this issue · 0 comments

The mask method in the Cube trait is intended to ignore certain stickers which can be useful for defining solvers of certain states (e.g. cross, first block, etc). The method however currently takes in a slice of indices within the current cube state. It would be much more useful if it were to take a slice of indices with respect to the original solved cube state.