Skip to content

mmourafiq/angular_sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

angular_sudoku

Sudoku game built with angular.js

The algorithm for solving the grid:

  1. updates cell possibilities.
  2. fill cells with unique values.
  3. if grid updated, go back to (1.) else go to (4.)
  4. backtrack algorithm (does not try the possibilities one by one, instead randomly choose possibilities).

Check out this live example http://mourafiq.com/angular_sudoku/

About

Sudoku game built with angular.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages