Skip to content

A Javascript implementation of Sudoku game, including a backtracking algorithm solver

License

Notifications You must be signed in to change notification settings

saidbnrahhal/jsSudoku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsSudoku

A Javascript implementation of Sudoku game, including a backtracking algorithm solver, by Moriel Schottlender.

For a full explanation and walkthrough, refer to my article "Designing a JavaScript Sudoku Puzzle: An Adventure in Algorithms": http://moriel.smarterthanthat.com/tips/javascript-sudoku-backtracking-algorithm/

Bugs

If you found bugs, or if you have any suggestions or comments, please submit them to the github issues. To contact me directly, use http://moriel.smarterthanthat.com/contact/

License

This code is shared under GPL license. Feel free to use it (but please don't forget creditting the original.) Pull requests are encouraged.

About

A Javascript implementation of Sudoku game, including a backtracking algorithm solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.5%
  • HTML 6.1%
  • CSS 4.4%