I’ve started working on a website in SvelteKit for playing sudoku that will use the C code through web assembly to generate and solve sudoku puzzles.
It currently has:
- A 9x9 grid of squares
- A blue border to indicate which one you have selected
- Ability to edit inside the square
- Red border if putting a number in an element makes the sudoku invalid
0
Log in to leave a comment