Skip to content

mmourafiq/angular_sudoku

gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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

No packages published