Colors...

This commit is contained in:
Madison Rye Progress
2026-03-18 23:00:11 -07:00
parent bbbcebc79c
commit 30812e9763
3 changed files with 54 additions and 21 deletions

View File

@ -25,7 +25,7 @@ func NewModel(sectionSize, cellsPerSection int) model {
fieldSize: sectionSize * cellsPerSection,
sectionSize: sectionSize,
cellsPerSection: cellsPerSection,
state: state.New(sectionSize, cellsPerSection),
state: state.New(sectionSize, cellsPerSection, true),
}
return m