Skip to content

pk711/Sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku solver

Sudoku solver using backtracking in Python3

Created a Sudoku puzzle solver by implementing backtracking algorithm.

Visualized the solving process by implementing pygame library and displaying the solving algorithm.

Preview

Sudoku

Installation

To clone the repo:

git clone https://github.com/pk711/Sudoku_solver.git

To install pygame:

pip install pygame

How to use

To run the code:

python Sudoku_solver.py

How to run:

Once the window is displayed press Space to run the solver.

How to end:

Sudoku solver can be closed by either pressing the X button with your mouse or by pressing ESCAPE button on your keyboard.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Sudoku solver with visualization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages