From f2db614faffca90b514828cc045dde9be48c6802 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 22 Feb 2022 00:17:33 +0100 Subject: Added website; released 2.0.1 --- www/index.html | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 www/index.html (limited to 'www/index.html') diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..1844631 --- /dev/null +++ b/www/index.html @@ -0,0 +1,93 @@ + + + + Nissy | Nissy + + + + + + + + + +
+ + +

Nissy

+ +

A Rubik's cube solver and FMC assistant

+ + + +

+Nissy is a command-line Rubik's cube solver. It can find optimal solutions +for random positions using techniques from Herbert Kociemba's +Cube Explorer and +Tomas Rokicki's +nxopt. +With 4 cores at 2.5GHz and using less than 3Gb of RAM, Nissy can find an optimal +solution in about a minute on average. +

+ +

+Nissy aims at being a complete tool +for FMC (Fewest Moves Challenge) practice. It can solve different steps +of Thistlethwaite's algorithm (also know as DR/HTR) and cans use NISS +(Normal-Inverse Scramble Switch). +

+ +

+You should use Nissy if: +

+ + +

+To get started, head to the download page. +

+ +

+You can also see its source code by cloning the git repository +git.tronto.net/nissy +

+ +
+ + + + + -- cgit v1.3