Sudoku
I wrote a little Sudoku player. It's a bit of a work in progress...
| | DRAG ME THERE Fill a particular square - Number of possible moves: (Hover on a column to hightlight)
- Current state:
- Initial state:
- State history:
|
Notes:
- Play with either the mouse or the keyboard. For the keyboard, use:
- The arrow keys to move selected cell.
- Type a number (1,2,...,9) to fill an empty cell.
delete clears a cell.- Press
tab to show a popup of available numbers. - With this popup shown, use arrows and
enter to select; tab to dismiss.