This is a simple Sudoku game and solver project written in C and GTk+. It can generate and solve grids of various difficulty levels.
- Generate and solve 9*9 grids of any level
- Allow the player to import, export and design his own grids
- Possibility to save and resume current game
- Cheat functionnality to help the player in case of difficulty solving the grid
You can run Sudocool simply from the command line by typing :
./sudocoolmake compileYou will only need GTK+ 2 library to run and gcc compiler to build Sudocool.