Skip to content

Fahad-Habib/Rubiks-Cube-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rubik's Cube Solver and Simulator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages