Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 602 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 602 Bytes

Rubik's Cube Solver

Python Program for solving a 3x3x3 Rubik's Cube.
Support this project by leaving a ⭐

Program Description

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.

Using the Program

  • Clone the repository.
  • Install requirements: pip3 install -r requirements.txt.