Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 565 Bytes

readme.md

File metadata and controls

22 lines (13 loc) · 565 Bytes

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