SuDokuPuzzle: NewGame

NewGame

Resets the board and initializes the given squares.



 Public Sub NewGame(
	  Optional ByVal NumGivens As Integer = - 1 )

Parameters

NumGivens
[ByVal] Optional. Integer. The number of initially set squares. If set to the default of -1, then approximately 20% of the board will initially be given.  

Default: - 1

Remarks

See Also

Project SuDokuLib Overview Class SuDokuPuzzle Overview SuDokuPuzzle Properties SuDokuPuzzle Methods MoveResults Region (get)