Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotarot/sarumawashi
Sarumawashi is a C++ library which manupulates 3x3x3 cube puzzles (Rubik's cube).
https://github.com/kotarot/sarumawashi
Last synced: about 2 months ago
JSON representation
Sarumawashi is a C++ library which manupulates 3x3x3 cube puzzles (Rubik's cube).
- Host: GitHub
- URL: https://github.com/kotarot/sarumawashi
- Owner: kotarot
- Created: 2014-10-15T17:06:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T15:28:05.000Z (almost 8 years ago)
- Last Synced: 2023-03-24T19:28:48.541Z (almost 2 years ago)
- Language: C++
- Size: 29.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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:```sh
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.