Skip to content

danielmtro/SudokuApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuApp

This is a basic program that can be used to solve Sudoku's.

There are two main components.

Sudoku algorithm that solves (uses a backtracking algorithm)

GUI made using KIVY

Instructions for Running App (has the GUI):

  1. Open SudokuApp.py
  2. Ensure that kivy package is installed
  3. Run program
  4. Fill all boxes with numbers
  5. If too many boxes are left unfilled program will take very long time to run (exponential backtracking runtime)

Instructions for Using Basic Program (no GUI):

  1. Can more easily solve sudoku's by pluggin the data into the python script
  2. Replace the template existing with desired sudoku
  3. Press run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages