Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 515 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 515 Bytes

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