Skip to content

SayanSahu99/sudoku-solver-gtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Graphical Sudoku Solver application developed using C, GTK and glade. The solver uses the backtracking algorithm to solve the Sudokus. See attached PDF for more information.

Tools Used

  • C
  • GTK-3.0
  • Glade

Features

  • Solve a Sudoku puzzle
  • Show the results in the window
  • Allow the player to solve the sudoku and check
  • Read a Sudoku puzzle from a text file

To Start Project

All of the libraries required to run GTK+ 3 applications are installed by default on modern Linux distributions, but to develop GKT+ 3 applications some additional files must be installed. Use the following command to install the required development packages.

sudo apt-get install libgtk-3-dev

Glade can be installed with

sudo apt-get install glade

Clone this repository.

git clone https://github.com/SayanSahu99/sudoku-solver-gtk.git

Change the current directory

cd sudoku-solver-gtk

Build

make

Run the application

./sudoku

License

Released under the MIT license.

About

A 9 x 9 sudoku puzzle game, including a solver.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published