Sudoku for your terminal written in GO with standard sudoku rules applied.
Simply start the game:
sugoku <difficulty>
with difficulty being options of either
easy, medium, hard, or expert
Enter the row number, column number, followed by the value.
For example 1 4 9
enters in the number 9 in row 1 column 4.