Puzzles are very popular logic games. There are various types and varieties of puzzles. Here is presented only one kind of puzzle that is the most famous. It is the integration of two or more two-dimensional elements that has a small part of the original picture drawn on it, in order to obtain the whole original image. The elements are formed by drawing original image at orthogonal panel, and then cut into many smaller, same size rectangular parts so-called tiles. Tiles are randomly lined...
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.