rubiks-cube-cracker icon indicating copy to clipboard operation
rubiks-cube-cracker copied to clipboard

An OpenGL Rubik's Cube implementation with an optimal solver. Written in C++.

Results 4 rubiks-cube-cracker issues
Sort by recently updated
recently updated
newest added

Great work! I have not tried your code as it may need high GPU of which my system lacks. However, I wonder if you can adapt your A* algorithm to...

Hi Ben ! I'm currently working on a university project for which I decided to program a Rubik's Cube solver. My project is coded in Ocaml, and I'm using your...

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...

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...