Skip to content

Sarumawashi is a C++ library which manupulates 3x3x3 cube puzzles (Rubik's cube).

Notifications You must be signed in to change notification settings

kotarot/Sarumawashi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sarumawashi is a C++ library which manupulates 3x3x3 cube puzzles (Rubik's cube).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published