Merge: Rubix cube
authorJean Privat <jean@pryen.org>
Mon, 2 May 2016 23:05:29 +0000 (19:05 -0400)
committerJean Privat <jean@pryen.org>
Mon, 2 May 2016 23:05:29 +0000 (19:05 -0400)
commit8587bae14b94da86809aeafcd42904d996089f89
tree5f1d0c23b46e18d62dcd48b2d3c052887c49ecae
parenteddcd1bfea8ae54325b367aa9315ee61b8ee0ccb
parent872b137dbe701b0f3c211c477635f8ced611602b
Merge: Rubix cube

A simple Rubix Cube library, don't mind the diff, a huge part is just test reuslts :)

It should support all the commands from the Singmaster notation (see [here](http://ruwix.com/the-rubiks-cube/notation/) for more details on the notation)

Note that the big number of specialized top-level functions with ints show in this case how useful a proper Enum system would be :)

Pull-Request: #2032
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>