https://github.com/remcoder/sudoku-colors
Each cell is colored dynamically, based on the number of filled in cells in its row (red), column (blue) and quadrant (green). This gives each sudoku a unique color pattern. Also whenever a number is added, the colors change accordingly. So when there are no more valid options, everything is white and you have completed the sudoku.
https://github.com/remcoder/sudoku-colors
Last synced: 9 months ago
JSON representation
Each cell is colored dynamically, based on the number of filled in cells in its row (red), column (blue) and quadrant (green). This gives each sudoku a unique color pattern. Also whenever a number is added, the colors change accordingly. So when there are no more valid options, everything is white and you have completed the sudoku.
- Host: GitHub
- URL: https://github.com/remcoder/sudoku-colors
- Owner: remcoder
- License: mit
- Created: 2014-06-23T21:49:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-24T10:46:16.000Z (over 11 years ago)
- Last Synced: 2025-03-23T23:27:48.905Z (12 months ago)
- Language: JavaScript
- Homepage: http://realstuffforabstractpeople.com/demos/sudoku-colors
- Size: 590 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

=============
Each cell is colored dynamically, based on the number of filled in cells in its row (red), column (blue) and quadrant (green). This gives each sudoku a unique color pattern. Also whenever a number is added, the colors change accordingly. So when there are no more valid options, everything is white and you have completed the sudoku.
