blob: d92bf8055b0e539d292cf989f22e1ebe4d6f1ec9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
INGAR'S SUDOKU SOLVER - TODO
- 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
|