rubiks-revenge-py

Using python genetic programming (through DEAP github.com/DEAP/deap) to solve a 4x4x4 Rubik's cube.

Setup

Is currently written to be used with Python 2.7.

Requires installation of DEAP (see github.com/DEAP/deap), and NumPy (see http://scipy.org/install.html).

DEAP

pip install deap

NumPy

sudo apt-get install python-numpy

Running

Just run src/main.py with python

python src/main.py