This is a simple implementation of the classic Sudoku game in C. The game provides a command-line interface for playing Sudoku puzzles.
- Generate random Sudoku puzzles.
- Play Sudoku puzzles using the command-line interface.
- Check the validity of your moves and the completion of the puzzle.
- Choose from different difficulty levels.
To compile and run this program, you need to have a C compiler installed on your system. You can use GCC (GNU Compiler Collection) or any other compatible compiler.
-
Clone this repository to your local machine.
-
Navigate to the repository's directory.
-
Open your terminal or command prompt.
-
Compile the program using the following command:
gcc sudoku.c -o sudoku