A python script to solve a Rubik's Cube!
Shuffle a new Rubik's Cube, and watch the program try to fix it! By performing a Breadth First Search in the node tree of cube states, the returned answer will be for sure the shortest one!
- Python 3.x
- colored
- copy
- Clone this repository:
$ git clone https://github.com/Alessandro1918/rubikSolver.git- Install the required libs:
$ cd rubikSolver
$ pip3 install -r requirements.txt- Run:
$ python3 solver.py
