blob: ac47e11ec809ba17b376604fc7f5f29a94915b99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
INGAR'S SUDOKU SOLVER - TODO
- Add Game->Settings (colors, homepath)
- Fixed homedir business on WIN32 (e.g. use Aplication data)
- [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
|