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

Latest commit

 

History

History
12 lines (7 loc) · 439 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 439 Bytes

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