summaryrefslogtreecommitdiff
path: root/TODO
blob: b0e56bf49d2d31eb4b2ff91de2a8295cfee68b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

SUDOKU SOLVER - TODO

	- Add Game->Settings (colors, homepath)	
	
	- [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)
	- [SOLVED] Add windows exe icon
	- [SOLVED] Add status bar
	- [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 menu
	- [SOLVED] Have the options in the Move menu call validate() before solving