diff options
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/www/index.html b/www/index.html deleted file mode 100644 index 500952c..0000000 --- a/www/index.html +++ /dev/null | |||
| @@ -1,93 +0,0 @@ | |||
| 1 | <!doctype html> | ||
| 2 | <html lang="en"> | ||
| 3 | <head> | ||
| 4 | <title> Nissy | Nissy </title> | ||
| 5 | <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style-3.css"> | ||
| 6 | <link rel="icon" href="/favicon.png"> | ||
| 7 | <meta charset="utf-8"> | ||
| 8 | </head> | ||
| 9 | |||
| 10 | <body> | ||
| 11 | |||
| 12 | <nav class="top"> | ||
| 13 | <table class="menu"> | ||
| 14 | <tr> | ||
| 15 | <td class="logo"> <a href="/"><img src="/favicon.png" alt="logo"></a> </td> | ||
| 16 | <td class="links"> | ||
| 17 | <a href="/download/">Download</a> | | ||
| 18 | <a href="/examples/">Examples</a> | ||
| 19 | </td> | ||
| 20 | </tr> | ||
| 21 | </table> | ||
| 22 | </nav> | ||
| 23 | |||
| 24 | <hr class="line"> | ||
| 25 | |||
| 26 | |||
| 27 | <h1>Nissy</h1> | ||
| 28 | |||
| 29 | <p class=subtitle>A Rubik's cube solver and FMC assistant</p> | ||
| 30 | |||
| 31 | <img src="/screenshot.png" alt="A screenshot of nissy running in a terminal emulator"> | ||
| 32 | |||
| 33 | <p> | ||
| 34 | Nissy is a command-line Rubik's cube solver. It can find optimal solutions | ||
| 35 | for random positions using techniques from Herbert Kociemba's | ||
| 36 | <a href="http://kociemba.org/cube.htm">Cube Explorer</a> and | ||
| 37 | Tomas Rokicki's | ||
| 38 | <a href="https://github.com/rokici/cube20src/blob/master/nxopt.md">nxopt</a>. | ||
| 39 | With 4 cores at 2.5GHz and using about 3Gb of RAM, Nissy can find an optimal | ||
| 40 | solution in about a minute on average. | ||
| 41 | </p> | ||
| 42 | |||
| 43 | <p> | ||
| 44 | Nissy aims at being a complete tool | ||
| 45 | for FMC (Fewest Moves Challenge) practice. It can solve different steps | ||
| 46 | of Thistlethwaite's algorithm (also know as DR/HTR) and cans use NISS | ||
| 47 | (Normal-Inverse Scramble Switch). | ||
| 48 | </p> | ||
| 49 | |||
| 50 | <p> | ||
| 51 | You should use Nissy if: | ||
| 52 | </p> | ||
| 53 | <ul> | ||
| 54 | <li> | ||
| 55 | You want to analyze your DR solutions or check for multiple optimal | ||
| 56 | (or sub-optimal) solutions for EO/DR/HTR or similar steps. | ||
| 57 | </li> | ||
| 58 | <li> | ||
| 59 | You just want a Rubik's cube solver and you like command line interfaces. | ||
| 60 | </li> | ||
| 61 | <li> | ||
| 62 | You want an alternative to Cube Explorer. | ||
| 63 | </li> | ||
| 64 | </ul> | ||
| 65 | |||
| 66 | <p> | ||
| 67 | To get started, head to the <a href="/download/">download</a> page. | ||
| 68 | </p> | ||
| 69 | |||
| 70 | <p> | ||
| 71 | You can also see its source code by cloning the git repository | ||
| 72 | <a href="https://git.tronto.net/nissy/">git.tronto.net/nissy</a> | ||
| 73 | </p> | ||
| 74 | |||
| 75 | <hr class="line"> | ||
| 76 | |||
| 77 | <nav class="bottom"> | ||
| 78 | <table class="footer"> | ||
| 79 | <tr> | ||
| 80 | <td class="contact"> | ||
| 81 | <a href="https://sebastiano.tronto.net">sebastiano.tronto.net</a> | ||
| 82 | </td> | ||
| 83 | <td class="hosted"> | ||
| 84 | <a href="mailto:sebastiano@tronto.net"> | ||
| 85 | sebastiano@tronto.net | ||
| 86 | </a> | ||
| 87 | </td> | ||
| 88 | </tr> | ||
| 89 | </table> | ||
| 90 | </nav> | ||
| 91 | |||
| 92 | </body> | ||
| 93 | </html> | ||
