Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

abhinavk99/rubik-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rubik-solver

Represents a Rubik cube and solves it

Uses a Python dictionary to store the state of the cube and has methods to alter the cube state using WCA notation.

12/28/2017: Movement of all faces is completed. Solving the cube to come later.

1/4/2018: Added solving capability (depth first search with maximum iteration depth of 15).

3/27/2018: Added random scrambling option

4/17/2018: Finished creating a GUI for the program

Releases

No releases published

Packages

No packages published

Languages