/sudoku

Sudoku in C# (solver, enumerator, GUI)

Primary LanguageC#MIT LicenseMIT

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

  1. Solver
  2. Enumerator
  3. Rule checker
  4. Puzzle string representation

Quick start

  1. Clone the repo: git clone git://github.com/gtarawneh/sudoku.git.
  2. Open the Visual Studio Solution file Sudoku.sln

Screenshot

Screenshot