Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 649 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 649 Bytes

Sudoku-with-Python3

A classic Sudoku Game and Sudoku Solver with backtracking algorithm, there are different difficulty levels to play the game and player can get the solution if they didn't make it. You can also add custom Sudoku puzzle in the game or can get any Sudoku puzzle's solution you want.

Video demo of Project =>

solver.py

This program solves Sudoku with backtracking algorithm. You can also add your Sudoku in the code.