diff options
author | pommicket <pommicket@gmail.com> | 2025-08-21 14:14:52 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-08-21 14:14:52 -0400 |
commit | fe37762ef767818eb7edfb8de4e64bc638b3db5b (patch) | |
tree | bc1f1344d9d714567155b09a0f19d06197e0fb52 /quacker/macondo.cpp | |
parent | 2a724471eb4c588b9f28dc807cb9eae7a1cfaf2f (diff) |
Show endgame sequence in move comment
Diffstat (limited to 'quacker/macondo.cpp')
-rw-r--r-- | quacker/macondo.cpp | 3 |
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" |