commit-sudoku
commit-sudoku copied to clipboard
Accepting pull requests to collectively finish a Sudoku puzzle.
What do we do after we finish this puzzle? This is an open-ended question for now. All suggestions welcome.
Instead of creating the sudoku table in markdown, would it be possible to have a script (Go, python, doesn't matter) that creates an image that is automatically added to the...
### Idea: When a pull request is made, CI can check for the basic rules of Sudoku, to flag any broken rules of uniqueness per rows, columns, and blocks. The...