summaryrefslogtreecommitdiff
path: root/quacker/macondo.cpp
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-08-21 14:14:52 -0400
committerpommicket <pommicket@gmail.com>2025-08-21 14:14:52 -0400
commitfe37762ef767818eb7edfb8de4e64bc638b3db5b (patch)
treebc1f1344d9d714567155b09a0f19d06197e0fb52 /quacker/macondo.cpp
parent2a724471eb4c588b9f28dc807cb9eae7a1cfaf2f (diff)
Show endgame sequence in move comment
Diffstat (limited to 'quacker/macondo.cpp')
-rw-r--r--quacker/macondo.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/quacker/macondo.cpp b/quacker/macondo.cpp
index 6a20c2d..831e94d 100644
--- a/quacker/macondo.cpp
+++ b/quacker/macondo.cpp
@@ -1,9 +1,12 @@
/*
TODO:
+- pre-endgame solve w generated moves only
- configurable execPath
+- save options
- detect Macondo crashing?
- stop Macondo solve when game position changes
- configurable max plies
+- other peg/endgame options
*/
#include "macondo.h"