An Android application developed with Kotlin that scans a Rubik’s Cube and computes the optimal solving sequence. It presents the solution in a clean, interactive UI.
- Captures cube face colors using the device camera
- Locally computes optimal cube-solving algorithms
- Displays step-by-step solving instructions
- Improving local solving algorithm
- Improving UI to be more intuitive