This is a Soduku solver and game developed in C using the SDL 2.0 library. The program allows users to solve Soduku puzzles or play the game interactively. It provides features like puzzle generation, solving, and validation.
- Solve Soduku puzzles algorithmically.
- Interactive gameplay with a graphical user interface.
- Puzzle generation with various difficulty levels.
- Validation of user-entered solutions.
- Option to save and load Soduku puzzles.
- C compiler (CLion recommended)
- SDL 2.0 library