Skip to content

r-kf/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

sudoku-solver

I just really got into sudoku this summer so here's a GUI sudoku application

Prerequisites

Python 3.8.8

pygame

sudoku-manager /~https://github.com/Jordan-Kowal/sudoku-manager

Functionality

  • Generates a playable sudoku board GUI
  • Solves the board using backtracking
  • Offers visualisation of solution

Usage

run GUI.py to play

Instructions

Click on a blank box and type a number (1-9) to pencil in.

alt text

Press ENTER to confirm.

alt text

Use DEL to erase what you pencilled in.

Press SPACE for the entire solution

alt text

About

play sudoku or let the algorithm do it for you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages