aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-26 22:42:37 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-26 22:42:37 +0100
commit8cec37cb3e490b06639f2e05df8b947a9333d5d2 (patch)
treedcb1039625ae9f7afca90a0348891d29497edd17 /TODO.md
parent975e3eafbae15b93a1a4f160dd781d359a6c717b (diff)
downloadnissy-8cec37cb3e490b06639f2e05df8b947a9333d5d2.tar.gz
nissy-8cec37cb3e490b06639f2e05df8b947a9333d5d2.zip
Added scramble command
Diffstat (limited to '')
-rw-r--r--TODO.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index eb8d487..bff0521 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,7 +10,6 @@ It's more of a personal reminder than anything else.
10### Commands that are available in nissy 1.0, but not in this version (yet): 10### Commands that are available in nissy 1.0, but not in this version (yet):
11* drcorners (solve corners after dr) 11* drcorners (solve corners after dr)
12* search and improve non-optimal subsequences 12* search and improve non-optimal subsequences
13* **scramble [dr, corners only, edges only, htr, fmc(RUF)...]**
14* save and edit algs as "variables" 13* save and edit algs as "variables"
15 (or just use a "logging system" to keep info about previously run commands, 14 (or just use a "logging system" to keep info about previously run commands,
16including e.g. solutions that were not shown because -c) 15including e.g. solutions that were not shown because -c)
@@ -21,7 +20,8 @@ including e.g. solutions that were not shown because -c)
21* Other common steps (LSE, ...) 20* Other common steps (LSE, ...)
22 21
23### Improvements to currently implemented commands 22### Improvements to currently implemented commands
24* **solve should re-orient first if needed and not just give up if centers are off** 23* solve should re-orient first if needed and not just give up if centers are off
24* more scramble types (dr, htr, fmc(rufify)...)
25* solve should try up to a small bound without loading the large pruning table 25* solve should try up to a small bound without loading the large pruning table
26 26
27### New features 27### New features
@@ -29,7 +29,6 @@ including e.g. solutions that were not shown because -c)
29* configurability: add an `alias` command, run config file at startup 29* configurability: add an `alias` command, run config file at startup
30* configure max ram to be used (via config file and/or command line option) 30* configure max ram to be used (via config file and/or command line option)
31* transform alg, rufify etc... 31* transform alg, rufify etc...
32* more scramble stuff (scramble FMC with rufify...)
33* command notation to list available moves 32* command notation to list available moves
34* make multi-step solve much more general and create command 33* make multi-step solve much more general and create command
35 34

Generated with cgit - Back to sebastiano.tronto.net