Sarumawashi is a C++ library which manipulates 3x3x3 cube puzzles (Rubik's cube). This repository includes the library and some sample codes using it. Sarumawashi is a Japanese word which means Japanse traditional streat performings by monkeys.
Since there has been no documentations yet, see the sample codes. To run the sample code, just type these:
git clone https://github.com/kotarot/Sarumawashi.git
cd Sarumawashi
make
./sample/sample
I will implement the following contents if I have time.
- Infinite moneky cubes (applying infinite monkey theorem to the cube puzzle).
- Some metaheuristic algorithms to solve the cube puzzle.
MIT.