An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![title](img/neon_title.png?raw=true)
=============

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.

![example](img/example1.png?raw=true)