Sudoku
Complete the classic sudoku puzzle by filling in missing numbers
Game time:
{cellKeyDown(event, rowIndex, colIndex)}"
@click="selectCell(rowIndex, colIndex)">
{{ cell === 0 ? '' : cell }}
{{ message.text }}
In sudoku, the objective is to fill a 9 × 9 grid with digits so that each column, each row, and each of the nine 3 × 3 subgrids that compose the grid contains all of the digits from 1 to 9.
Select a cell then click a number from above the sudoku board, or type a number if you are playing on a device with a keyboard, e.g a laptop.