Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 626 Bytes

File metadata and controls

30 lines (19 loc) · 626 Bytes

Sudocool

This is a simple Sudoku game and solver project written in C and GTk+. It can generate and solve grids of various difficulty levels.

Features

  • 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

Usage

You can run Sudocool simply from the command line by typing :

./sudocool

Building

make compile

Requirements

You will only need GTK+ 2 library to run and gcc compiler to build Sudocool.