Please sign in to access this page

sudoku-tui

sudoku-tui Used AI

3 devlogs
5h 21m
Created by CrabbyDisk

A blazing fast and fully interactive sudoku solver based in the terminal.

Timeline

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.

Update attachment

Added a browser for the currently found solutions and changed the lines to use Box-drawing characters.

Update attachment

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

Update attachment