An interactive 3D Rubik's Cube solver built with vanilla JavaScript.
- Interactive 3D visualization
- Manual controls (keyboard + buttons)
- Automatic solver
- Scramble function
- Move history tracking
- Animated solutions
- Open index.html in your browser
- Click "Scramble" to mix the cube
- Try manual moves or click "Solve"
- Use keyboard shortcuts: R, L, U, D, F, B (Shift for prime moves)
After pushing to GitHub:
- Go to Settings > Pages
- Select source: master branch
- Your site will be live at: https://drjeffdanz.github.io/rubiks-cube-solver/
MIT License