diff options
| author | Federico Igne <git@federicoigne.com> | 2022-08-13 11:33:30 +0100 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2022-08-13 11:33:30 +0100 |
| commit | 2fd9cc46ff2428bb2fa891f47002e9d3e7585583 (patch) | |
| tree | 81b8b0122a00e9cd06d5f55091a3b087e430ddb0 /README.md | |
| download | rubik-2fd9cc46ff2428bb2fa891f47002e9d3e7585583.tar.gz rubik-2fd9cc46ff2428bb2fa891f47002e9d3e7585583.zip | |
init: import project
Diffstat (limited to 'README.md')
| -rwxr-xr-x | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100755 index 0000000..de10feb --- /dev/null +++ b/README.md | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | |||
| 2 | <h1 align="center">· PocketCube ·</h1> | ||
| 3 | |||
| 4 | <p align="center"> | ||
| 5 | A 2x2 Rubik's cube visualizer for Clingo, built with Three.js | ||
| 6 | <br> | ||
| 7 | <img src="https://git.dyamon.me/projects/rubik/plain/resources/screenshot.jpg" alt="PocketCube screenshot" width="400"> | ||
| 8 | </p> | ||
| 9 | |||
| 10 | # How to | ||
| 11 | |||
| 12 | Clone the repository and open `index.html` in your browser. | ||
| 13 | |||
| 14 | Click on `Select File` and load a previously exported file or a file containing the output of `asp/20_rubikigne.lp` (compatible with Clingo >=4.0.0). | ||
| 15 | |||
| 16 | The `examples` folder contains a few examples. | ||
