SudokuCLI is a basic terminal program to resolve and play Sudokus.
- Clone the repository
- Execute
go buildto compile the program. - Run the program.
When you run the program, you can execute certain actions (commands). These are:
- help Help menu. Like that.
- generate Generates a new random Sudoku and select it.
- play Play the current selected sudoku.
- resolve Resolve the current selected sudoku.
- export Export the sudoku with the program format.
- import <sudoku> Import a sudoku. Format: firstRow,secondRow,thirdRow,...
- exit Exit the program.