Skip to content

tranghane/Python-Based-Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Based-Sudoku-Solver

What is it? Spoiler: read the title

This is a Sudoku solver written in Python. It uses a backtracking algorithm to solve the random generated sudoku boards.

Features

  • Solves any valid Sudoku board (+ it have to be in a 2D array format).
  • interface with Pygame.
  • Displays the progress (in time) of the solver in real time and the number of time you failed (shame on you).

Requirements:

  • pygame
  • pynum
  • dokusan
  • or just run pip install -r requirements.txt and trust

About

solve your sudoku board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages