summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-07-12 22:24:58 +0000
committerStijn Buys <ingar@osirion.org>2013-07-12 22:24:58 +0000
commitf3ee37383f4874c6aeab754c59284bf39c65d7fb (patch)
treef8763d07e197daf5c5f78ae15b8aa99ac709dbea /TODO
parent9b45d1a3f15a7d37c6e206ce2fdcb43972113b29 (diff)
These had to be into the previous commit.
Diffstat (limited to 'TODO')
-rw-r--r--TODO21
1 files changed, 11 insertions, 10 deletions
diff --git a/TODO b/TODO
index ded2f9b..d92bf80 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,13 @@
-- Add Help->About
-- Add confirm dialgs on Quit and New
-- Mark invalid input
-- [VERIFY] Have the options in the Move menu call validate() before solving.
-- [VERIFY] Incorporate validate() into the menu
+INGAR'S SUDOKU SOLVER - TODO
-- [SOLVED] Remove sidebar buttons
-
-- [SOLVED] Move->Step solves rules only. Have it search for a solution
- and pick a solved cell.
-* Added Move->Guess
+ - Add Game->Settings (colors, homepath)
+
+ - [SOLVED] Add confirm dialgs on Quit and New
+ - [SOLVED] Remove sidebar buttons
+ - [SOLVED] Move->Step solves rules only. Have it search for a solution and pick a solved cell.
+ Solved by adding the Move->Guess option.
+ - [SOLVED] Mark invalid input
+ - [SOLVED] Add Help->About
+ - [SOLVED] Incorporate validate() into the menu
+ - [SOLVED] Incorporate validate() into the menuHave the options in the Move menu call validate() before solving