update TODO - chess-puzzles - chess puzzle book generator | |
git clone git://git.codemadness.org/chess-puzzles | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 377132fbd774962230e6980b376de721f2ec467e | |
parent 0d2f03825dce77e698f85d349ff7d35e72031f6d | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Thu, 21 Dec 2023 00:33:07 +0100 | |
update TODO | |
Diffstat: | |
M TODO | 7 +++---- | |
1 file changed, 3 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/TODO b/TODO | |
@@ -1,6 +1,5 @@ | |
-? output for PGN notation for moves. | |
-- tests: | |
- - taking enpassant should reset halfmove too. | |
- - taking enpassant. | |
+? output for PGN notation for moves: | |
+ - mainly for solutions page. | |
+ - maybe add some option to show it in tty/ASCII mode. | |
- man page | |
- improve README |