Jamescan / sudoku-ui

Sudoku UI app complete with pencil-marking, automatic input validation, etc.
0 stars 0 forks source link

Simple Input Validation #6

Closed Jamescan closed 5 years ago

Jamescan commented 5 years ago

If user-input has an obvious error (when examining the 3x3 block of the input), color the cell red.

Jamescan commented 5 years ago

Bring in redux for this + future validation logic?

Jamescan commented 5 years ago

This should be optional, i.e. a check box for "simple validation"

Validation should be obvious - i.e. same number in row, column, or 3x3 block.

Jamescan commented 5 years ago

Finished this