LarsSjogreen / sudokuSolver

Fooling around with Javascript/Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudokuSolver

Just playing with node.js a bit. This software solves simple Sudokus but will probably fail if they are harder.

To run the program:

> node main.js 

To run tests:

> mocha

Todo

  • Write more tests
  • Some more Sudokus?
  • More heuristics
  • Sudoku generator?
  • OCR using Tesseract?

About

Fooling around with Javascript/Node.js


Languages

Language:JavaScript 100.0%