Python Program for solving a 3x3x3 Rubik's Cube.
Support this project by leaving a ⭐
The Program works on "CFOP" algorithm and solves the cube in the following steps:
- First Layer
- Daisy
- White Cross
- White Corners
- Second Layer
- Last Layer
- Orient Edges
- Permute Edges
- Permute Corners
- Orient Corners
Solution of the cube is stored in an array and in a txt file.
- Clone the repository.
- Install requirements:
pip3 install -r requirements.txt
.