Skip to content

ysharc/sudoku-solver

Repository files navigation

Overview

This script let's you solve any level of sudoku puzzle and presents a visualization at the end on the steps taken to arrive at the solution. See sample below.

Sudoku solving

Quick start

Use python3 for all instructions below.

git clone https://github.com/ysharc/sudoku-solver.git
cd sudoku-solver
pip install pygame
python solution.py

Releases

No releases published

Packages

No packages published

Languages