HTML based sudoku app.
https://ryohji.github.io/sudoku-app/
You can place number on cells. And also can put or remove memo.
If your number obviously placed wrong position, it will be high-lighted.
- Move the cursor into the cell you want to place the number or put/remove memo.
- Type the
number key
1, 2, 3, ..., 9 to place the number. - Or
number key
withAlt
(oroption
if you use macOS) to put memo. - You can remove memo to type
number key
withAlt
andShift
. - You can delete your placed number with
Backspace
key.
With Alt
+ Z
, you can back the history. Alt
+ Shift
+ Z
, you can go forward.
There is no EDIT
and SAVE/LOAD
. (I'm now working on these)
Clone this repo and open index.html
.