diff options
author | Stijn Buys <ingar@osirion.org> | 2013-07-12 22:24:58 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-07-12 22:24:58 +0000 |
commit | f3ee37383f4874c6aeab754c59284bf39c65d7fb (patch) | |
tree | f8763d07e197daf5c5f78ae15b8aa99ac709dbea /TODO | |
parent | 9b45d1a3f15a7d37c6e206ce2fdcb43972113b29 (diff) |
These had to be into the previous commit.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -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 |