add TODO - chess-puzzles - chess puzzle book generator | |
git clone git://git.codemadness.org/chess-puzzles | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit e1243f806a094c73adcc8bb2dd8633ff852ba1e4 | |
parent a749e990b529966883178e9cfe8ebfc6faec25b4 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Wed, 20 Dec 2023 22:37:40 +0100 | |
add TODO | |
Diffstat: | |
A TODO | 6 ++++++ | |
1 file changed, 6 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/TODO b/TODO | |
@@ -0,0 +1,6 @@ | |
+? output for PGN notation for moves. | |
+- tests: | |
+ - taking enpassant should reset halfmove too. | |
+ - taking enpassant. | |
+- man page | |
+- improve README |