Use strings instead of ints to store blocks (Closes #23)
This commit is contained in:
@ -3,7 +3,7 @@ package controller
|
||||
// Simple interface to store values shared amongst packages.
|
||||
type Controller struct {
|
||||
// All possible blocks/rows available
|
||||
Blocks []int
|
||||
Blocks []string
|
||||
// 1st row of the Sudoku puzzle.
|
||||
Row1 string
|
||||
// 2nd row of the Sudoku puzzle.
|
||||
|
Reference in New Issue
Block a user