cgSudoku
Sudoku engine for .NET 4.0 and up
Sudoku game library written in C# qirh source and tests (NUnit) available. Provides hint tracking and allows for custom classes to be added for advanced solving techniques to be applied without directly modifying the library's code. An UndoManager class is provided for automatic undo/redo support, and basic file saving and loading to and from an XML format is implemented as well.
Also includes a custom control to drop on forms to take care of the display and basic key handling, and a sample...