Please sign in to access this page
A blazing fast and fully interactive sudoku solver based in the terminal.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I got cursor and grid input working. It recalculates all the answers every time the input grid is changed and still is extremely responsive on my hardware. This should be pretty much ready to ship.
Added a browser for the currently found solutions and changed the lines to use Box-drawing characters.
Got sudoku display working as intended. I chose to use a preexisting mature sudoku solver to try and maximise performance.
Solver: https://github.com/emerentius/sudoku