Rubik's Cube implementation in C++ using linear algebra.
Compiling on Windows requires Python3, Git, CMake and MSVC 2017. In a MSVC terminal run the following.
python3 setup.py init
python3 setup.py release
Compiling on Unix requires Python3, Git, CMake, Make and GCC.
python3 setup.py init
python3 setup.py release