Skip to content

Stemmi/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku solver

Solve Sudokus instantly!

I programmed the underlying program logic in JavaScript in 2021 as an exercise during a Covid illness. In the first place I wanted to build something in a well-organized, strictly object-orientated design. For the Sudoku-solving, it was important for me to try out and combine different approaches and to learn how well human approaches can be translated into computer language. The program initially considers two different approaches. If it then gets stuck, it solves the Sudoku by simple trial and error :-)

The frontend was added in 2023, it's made with vue.js. Just type in the numbers or choose an example and hit "Solve".

Try it here: https://studiostemmi.de/sudokusolver/

On the to do list for improvement:

  • Giving better feedback for invalid typing
  • Pasting a Sudoku in different formats

Have fun! Christian

About

Solve Sudokus instantly!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published