Open shuantsu opened 1 year ago
How can I apply moves like <M,E,S> and <x,y,z> to generate a state? It only gives an error.
Hello,
only the following moves are supported https://github.com/ldez/cubejs#numeric-moves
Actually I checked the code and I see M,E,S,b,r,d,l,u,f all mentioned so I think it should work now.
How can I apply moves like <M,E,S> and <x,y,z> to generate a state? It only gives an error.