|
|
Rubcube
This Rubik Cube Solver can handle 2*2 and 3*3 cubes. The
project is in an early stage, however it is working and solves
cubes. Files can be imported and the solver will produce the
steps necessary. Currently the program follows known
algorithms. In the future self learning, artificial
intelligence algorithms will be added. And the solving speed
will be improved.
Manual installation
-
Download the latest rubcube-*.*.tar.gz and extract the file and change in to its directory
-
Type maketo compile the source
-
Type make installto install it
-
And when you do not like it, type
make uninstalland remove the directory
Gentoo Linux installation
-
Install my linursoverlay
-
Since it is not an official ebuild you must unmask it. Type:
echo "games-puzzle/rubcube ~x86" >>
/etc/portage/package.keywords
-
Type emerge rubcubeto install it
-
Type emerge --unmerge rubcubeto remove it
|