aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-09 13:13:03 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-09 13:13:03 +0100
commit445cc09d01f8e3beeb406e175b5a98d6be58ea9a (patch)
treeda4073002ad070cf6e10112f188da0d4a1daeee4 /TODO.md
parent741dc8a52eb0c1e8b70f5e06e7d43db939e64f21 (diff)
Debug BoardCanvas DragNDrop and highlight last played move
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index e2e019f..289e7c5 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,12 +6,12 @@
- [x] Ask before closing MainWindow/Tabs if anything is not saved
- [x] Disable the save button in GameTab after saving (and re-enable it on new changes)
- [ ] Make PGNGameBase use GotoNextGame() instead of ParseNextGame() in the NextGame() method to improve performance
- - [ ] Clean and debug DragNDrop in BoardCanvas
+ - [x] Clean and debug DragNDrop in BoardCanvas
## Additional Features
- [ ] Add a live evaluation bar to the BoardCanvas
- [x] Be able to draw arrows on the Board
- - [ ] Highlight the last played move
+ - [x] Highlight the last played move
- [ ] Be able to play against an engine
- [ ] Implement full chess engine game analyzer/annotator
- [ ] Handle .si4 databases