This project is a simulator and solver for the 3x3 Rubik's Cube puzzle.
I wanted to work on a fun and substantial project to learn and practice programming in Python.
It was inspired by seeing a video of OpenAI's Rubik's Cube solver.
- Copy files to a directory,
- From a terminal, navigate to the directory,
- Execute
python3 RCv11.py.
Please open an issue to receive help.
Pull requests are welcome. Please open an issue to discuss any changes you would like to make or see.
Utilizes Python skills developed through the course Python For Everyone by University of Michigan professor Charles R. Severance.
Utilizes Rubik’s Cube move conventions defined on rubiksplace.com.
The solving algorithm is derived from speedcube.com.au.