summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index b0e56bf..5246be3 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,11 @@
SUDOKU SOLVER - TODO
+ - Add generation choices to Game->New (Empty, easy, medium, hard)
- Add Game->Settings (colors, homepath)
-
+ - Add Undo/Redo
+
+ - [SOLVED] Save As overwrite warning still shows the original filename
- [SOLVED] Disable the built-in 'overwrite' warning in the Save As dialog, use the same warning for Save and Save As.
- [SOLVED] Have the Move->Validate option tell if the sudoku can be solved through constrains, full search, or not at all
- [SOLVED] Fix homedir business on WIN32 (uses Application data)