Sudoku in C
C-Sudoku is a program written in C programming language.
It was created in continuation of another fun project the
C-Sudoku generates sudoku riddles, in four levels of difficulty.
You can solve these riddles in CLI(command-line interface).
From a simple menu, the user can :
-
Play the game,
-
See the solution of the game,
-
Save the riddle in a simple txt file so that it can be printed,
-
Generate a new riddle.
No comments yet. You could be first!