-
### Basic Information
**Test link:** `https://rubiks-cube-solver.com/`
**Category:** anti-adblock
**Reported from:** United States
**Template version:** 2
### User Environment
**Browser:** Mozilla/…
-
```shell
.../Rubiks-Cube-Solver$ ./cube_convert.py
File "./cube_convert.py", line 30
print template % tuple(range(1,49))
^
SyntaxError: invalid syntax
.../Rubiks-Cube-Solv…
-
### Goal
I'd like to able to edit the colours of each piece on a cube so that I can change the cube to fit my requirements in case I do not have it in scrambled form.
### Possible solution
No idea …
-
Hi, I am on a windows 10 laptop and I am having trouble trying to run this program on my end. I'm not a programmer at all and I am interested in using this solver for a school project. One of my bigge…
-
As suggested by @vladig98 in https://github.com/CodingTrain/website/issues/573:
Coding challenge: A fully functional Rubik's cube solver. Something similar to this https://www.google.com/logos/2014…
-
hello.
resource module is only for UNIX system and I want this code to work on windows .
Any suggestions ?
-
Hi Ben -
Thanks for sharing this solver. I enjoy creating 3D visualizations using Blender. I have used your solver as inspiration to model and animate scrambling and solving a Rubiks cube.
![R…
-
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 …
-
In RubiksCubeModel.h the UP face is defined as the white face, and is indexed starting with 0. The BACK face is defined as the orange face, and is indexed starting with 32. If we were to try to use Ru…
-
Hi Chen,
First of all let me say that your solver is amazing, the short solutions that it produces in such a short amount of time are very impressive. I have been trying to reverse engineer how your…