Skip to content
/ Sudoku Public

Backtracking sudoku solver implemented in Javascript, with HTML UI

License

Notifications You must be signed in to change notification settings

akgit18/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Sudoku solver implemented in Typescript and compiled with the closure compiler. Hosted with Github Pages at https://akgit18.github.io/Sudoku/

Additional Sudoku rules:

  • Knightsmove: squares within a chess knight's move of each other cannot be the same number
  • Kingsmove: squares within a chess king's move of each other cannot be the same number
  • Orthoplus: squares cannot be +1 or -1 from any orthogonally adjacent square

Solving methods:

  • Backtracking (Recommended)
  • Local Search (Does not yet work with the optional rules)

Themes:

  • "Auto" detects which theme the device is set to and uses that
  • The user can also select from three other themes: Light or Dark (independent of device theme) or Pumpkin (orange and green)

About

Backtracking sudoku solver implemented in Javascript, with HTML UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors