Skip to content

olefrank/sudokusolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Animated sudoku solver made with AngularJS


current version: 1.0

Another project made for fun! It uses a recursive backtracking algorithm to solve sudoku puzzles. Because JavaScript is single threaded the recursion is done in a worker thread (web worker), which communicates with the main thread. The main thread can then update the GUI and animate the recursion. Enjoy!

Download it from my github here

Compatibility

SudokuSolver works in modern browsers:

  • Chrome 31+
  • Firefox 31+
  • IE 10+
  • Opera 26+
  • Safari 5.1+

Installation

Copy it to a web server (like wamp, xxamp etc) to run it. If you have nodeJS installed, just go to the download folder and type http-server -p 8080. Then open a browser and go to http://localhost:8080 to try the app. The http-server module can be installed with npm install -g http-server.

About

Animated sudoku solver made with AngularJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published