Skip to content

Python scripts for playing and solving a game of sudoku

Notifications You must be signed in to change notification settings

bfrentz/sudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

This is a sudoku solver using the backtracking algorithm.


Future update ideas:

  • Create a gui which allows the user to play interactively (I was thinking that a terminal version would be good, but it just wasn't fun to look at the board)
  • Within game gui, allow for immediate solve / show the solution more cleanly (While solution doesn't show on my computer, I think that's because it uses too much cpu to properly display. The auto solver works and updates the board when done.)
  • Connect to some api to get starting sudoku boards
  • Fix the gui program to get a new board that isn't predefined.
  • Create gui option to select difficulty, new game, end screen, etc.
  • Allow user to input sudoku from file or clipboard

About

Python scripts for playing and solving a game of sudoku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages