Skip to content

RedHeadphone/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

sudoku-solver

Solves given sudoku puzzle using back tracking algorithm

demo

Requirements

  • python v3.5+
    • pygame v2.1.0+

Usage

To launch the application

python3 sudoku.py

Controls

  • To alter or add a number in a box, left-click it so it becomes highlighted, then press the number you wish to input on your keyboard.
  • To remove the number, press the backspace or 0 number key on your keyboard.
  • To solve the sudoku, click the "solve" button and to clear all the numbers, click the "reset" button.

About

Solves given sudoku puzzle using back tracking algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages