Simple sudoku solver using a backtracking algorithm. Eventually it will support all regular boxsizes.
First make sure nodejs is installed, then run the following in projects directory
npm install
npm install mocha -g
cd app/solver
mocha sudoku_solver_spec.js
node server