ysharc / sudoku-solver

Sudoku solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sudoku solver


Languages

Language:Python 100.0%