You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added several variants
visibleCellIndex and visibleCellSets are updated by calling changeVisibleCells. isVanilla() will be used throughout the code to minimizes un-necessary check for different variants when in vanilla sudoku mode.
Disjoint groups is currently has each block position in a different colour. I'm hoping that I can use a B&W texturedPaint instead in the future.
Decided not to allow simultaneous "Extra groups" as I'm out of colours! All can be used from command line though
The text was updated successfully, but these errors were encountered:
Region extended for each variant constraint
Changes to techniques to accommodate variants
isVanilla and isVLatin are used to minimize checks for each individual variant
Several new options to control variants from command line
Added several variants
visibleCellIndex and visibleCellSets are updated by calling changeVisibleCells. isVanilla() will be used throughout the code to minimizes un-necessary check for different variants when in vanilla sudoku mode.
Disjoint groups is currently has each block position in a different colour. I'm hoping that I can use a B&W texturedPaint instead in the future.
Decided not to allow simultaneous "Extra groups" as I'm out of colours! All can be used from command line though
The text was updated successfully, but these errors were encountered: