A linux terminal based TUI sudoku which can generate and solve sudoku puzzles. The program uses termios library and ANSI escape sequences to simulate a graphical user interface. The user can scroll through using arrow keys and there is no need to press enter after each input as of conventional terminal input.
The player can choose from four difficulty levels to play. The user can also find the solution of a puzzle by inputting the puzzle. The program can also stores upto 5 top scores in each difficulty level. Please read help section in-game before you begin with.