From e7d69d7ce42f7760177ea64bb96c5fad13b0f212 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Mon, 15 Nov 2021 11:44:51 +0100 Subject: [PATCH] TODO list moved to gitea issues --- TODO.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 246dd2c..0000000 --- a/TODO.md +++ /dev/null @@ -1,14 +0,0 @@ -## TODO - -### NEXT STEPS - -### IMPORTANT -- memory: plan for total memory release (pool, etc...) to please valgrind. - - not so easy: need to keep track of allocated blocks, **and** to understand that no object is in use. -- move.c, piece.c: function to remove an element from list. -- position.c: duplicate fully a position (including board & piece list) - - should move list be duplicated ? - -### MISC -- `move_gen()`: `doit` is maybe redundant with test on current turn. -- should board be included in position ?