Skip to content

gtarawneh/sudoku

Repository files navigation

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

About

Sudoku in C# (solver, enumerator, GUI)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages