Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 763 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 763 Bytes

Sarumawashi

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.

How to use it

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

Future works

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.

License

MIT.