# sudoku-tui This is a real time interactive sudoku solver based in the terminal. Everytime the input grid is updated, it will recalculate all the previously found solutions. This means that you can see the number of solutions dynamically go down. The solver implementation is not my own and has been picked since it is one of the fastest that exist. - Use arrow keys or hjkl to move around. - Use number keys 0-9 to set the grid (0 being empty). - Use q or esc to quit.