Flutter-AI-Rubik-cube-Solver icon indicating copy to clipboard operation
Flutter-AI-Rubik-cube-Solver copied to clipboard

Only work for one _colorCode "bwrryoryroyywbrrogbgwgrboyoggbygwbrgwbygoryogwowwwbybo"

Open usaikoo opened this issue 5 years ago • 1 comments

When I press solve and sent the color code to the python server and the json return successfully only for this color code "bwrryoryroyywbrrogbgwgrboyoggbygwbrgwbygoryogwowwwbybo" if I test with other color code and actual cube image, the json return false. Not working for all the images ?

usaikoo avatar Sep 30 '20 09:09 usaikoo

Kociemba solver needs the following cubies at place:

4 (Upper center): YELLOW
13 (Left center): BLUE
22 (Front center): RED
31 (Right center): GREEN
40 (Back center): ORANGE
49 (Down center): WHITE

The configuration string of the cube corresponds to the color of the stickers according to the following figure https://pypi.org/project/rubik-solver/ image

  • Other sample oyorywwggwgrwbybwoborbrobobwgyygyobrgrggorybrwwybwryog Initial here https://www.google.com/logos/2014/rubiks/iframe/index.html

docbohanh avatar Oct 02 '20 01:10 docbohanh