aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-08 14:04:36 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-08 14:04:36 +0100
commit72c9082c9824c7ffecc97a94083aa350956285e4 (patch)
tree77f1184e58887f618f30678821b8e2672799d852 /README.md
parent41d6b7aea5f1c9abddf5377dc6f37d8d197e548b (diff)
downloadnissy-core-72c9082c9824c7ffecc97a94083aa350956285e4.tar.gz
nissy-core-72c9082c9824c7ffecc97a94083aa350956285e4.zip
Change include statement
Diffstat (limited to '')
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index 444d037..aa5c4f7 100644
--- a/README.md
+++ b/README.md
@@ -37,17 +37,18 @@ for benchmarks.
37 37
38## TODO: 38## TODO:
39 39
40### Trivial things 40### Generic solver
41 41
42* Remove unnecessary prototypes for static functions
43* getpiece and similar macros: remove? make functions?
44
45### Simple solver
46
47* tests
48* finish implementation 42* finish implementation
43* tests: solve full cube (max 7-8 moves?)
44* more tests: eo and other stuff
49* benchmarks 45* benchmarks
50 46
47### Add NISS
48
49* Add mask to moves (e.g. U | NISS where NISS = 32 or something)
50* Adapt readmoves and writemoves
51
51### Coordinates 52### Coordinates
52 53
53* [done] eo 54* [done] eo

Generated with cgit - Back to sebastiano.tronto.net