Handler, Solver and Creator for the Famus Sudoku Game
This project was developed during a bachelor's course in which we learned C programming language.
It is a Sudoku Handler that should be able to :
1. Load Sudoku table from file
2. Save current Sudoku to file
3. Clear current Sudoku
4. Manually create Sudoku given by user
5. Automatically create Sudoku
6. Modify current Sudoku
7. Manually solve Sudoku (the user)
8. Automatically solve Sudoku (the program)
9. Exit