issues
search
Apmannen
/
MichaelKjellander
Upcoming michaelkjellander.se site. WORK IN PROGRESS. Built with Blazor (.NET/C#), using the Wordpress API to fetch all existing posts and pages from the old (current) site. Tailwind is used for styling.
https://new.michaelkjellander.se/
0
stars
0
forks
source link
New tool: sudoku solver
#53
Closed
Apmannen
closed
4 months ago
Apmannen
commented
5 months ago
Classic programming challenge I've never done
[x] fill: jump to next
[x] erase: jump to prev
[x] Support for directional keys
[ ] save between page reload
[x] responsiveness
[x] move logic to API
[x] error message if unsolvable
[x] verify that it cannot get stuck in an endless loop/recursion
[x] can get client error if traversing with arrrow keys, fix it
Classic programming challenge I've never done