Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

alanbaumgartner/RubiksCubeOld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubik's Cube App

Rubik's Cube implementation in C++ using linear algebra.

Compiling

Windows

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
Unix

Compiling on Unix requires Python3, Git, CMake, Make and GCC.

python3 setup.py init
python3 setup.py release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published