Sudoku
Overview
This is an attempt at creating a non-template based Sudoku generator. Generating "quality" puzzles requires more then simple random enumeration and there is certainly more to this than meets the eye.
Features
- Solver
- Enumerator
- Rule checker
- Puzzle string representation
Quick start
- Clone the repo:
git clone git://github.com/gtarawneh/sudoku.git
. - Open the Visual Studio Solution file Sudoku.sln