I tested some sudoku solvers online, and the easiest to use had the following features:
if you typed in a number between 1-9, it automatically went to the next cell, so you did not have to press Tab 81 times
if you wanted, you could step between cells using the arrow keys, so if you saw that a square will be empy, you did not have to press Tab 9 times to get to the next square - or if you made a mistake, you could go back easily.
Do you think that it would be possible to implement such features in Svelte?
I tested some sudoku solvers online, and the easiest to use had the following features:
Do you think that it would be possible to implement such features in Svelte?