This is a Rubik's Cube solver implementation using the Kociemba module. Scan the cube through your camera, and find the solution through an animation of the solve! - atharvrustagi/Rubiks-Cube-Camera-Input-Solver
Rubik's cube solver Android app that solves the standard 3x3x3 Rubik's cube. It scans the faces using OpenCV, then it solves the cube in less than 26 moves (with Kociemba's algorithm), and lastly it shows the calculated moves in a 3D reproduction of the cube. It's possible to see ...