diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-01-10 12:00:31 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-01-10 12:00:31 +0100 |
| commit | 298e9e11eda1db26fabced2e4ff14ce51c15a862 (patch) | |
| tree | 9e4eb9ea9e23423c8f13734fa0af7f62caf8ef93 | |
| parent | 0b5f6438f79deb711ac305d1f4bd931b1f17820f (diff) | |
| download | nissy-298e9e11eda1db26fabced2e4ff14ce51c15a862.tar.gz nissy-298e9e11eda1db26fabced2e4ff14ce51c15a862.zip | |
Added TODOs for version 2.1
| -rw-r--r-- | TODO.md | 18 |
1 files changed, 17 insertions, 1 deletions
| @@ -3,6 +3,23 @@ | |||
| 3 | This is a list of things that I would like to add or change at some point. | 3 | This is a list of things that I would like to add or change at some point. |
| 4 | It's more of a personal reminder than anything else. | 4 | It's more of a personal reminder than anything else. |
| 5 | 5 | ||
| 6 | ## For version 2.1 | ||
| 7 | ### Scrambles | ||
| 8 | * Better two-phase solver, make sure to not have cancelling moves | ||
| 9 | (possibly use cleanup function) | ||
| 10 | * dr and htr scrambles | ||
| 11 | * rufify | ||
| 12 | ### Memory management | ||
| 13 | * Free large tables from memory before exit (this is not strictly necessary, | ||
| 14 | but can help with WSL bugs) | ||
| 15 | ### Installation | ||
| 16 | * Automatically download tables as an option for gen command | ||
| 17 | ### Documentation | ||
| 18 | * Write an examples.md file | ||
| 19 | * More screenshots! | ||
| 20 | ### More | ||
| 21 | * Anything quick and easy from the sections below | ||
| 22 | |||
| 6 | ## Commands | 23 | ## Commands |
| 7 | 24 | ||
| 8 | ### Commands that are available in nissy 1.0, but not in this version (yet): | 25 | ### Commands that are available in nissy 1.0, but not in this version (yet): |
| @@ -34,7 +51,6 @@ including e.g. solutions that were not shown because -c) | |||
| 34 | 51 | ||
| 35 | * Add EXAMPLES.md file | 52 | * Add EXAMPLES.md file |
| 36 | * webapp (cgi) | 53 | * webapp (cgi) |
| 37 | * genptable: stop early if gone above base+3 (can be checked while generating) | ||
| 38 | * installation: get ptables with curl or similar (on Windows what?) | 54 | * installation: get ptables with curl or similar (on Windows what?) |
| 39 | 55 | ||
| 40 | ## Technical stuff | 56 | ## Technical stuff |
