Single code to rule them all. TreeProblemFramework is a .Net Core 3 class library to solve puzzles whose solution is based on a tree search, such as: N-Puzzle, Unblock Me, Sokoban, maze solving, Rubik's Cube, heuristic-based clustering, etc. Provide a description for the puzzle, written in any .NET...
More information
An efficient sudoku solving and generating library targeting .NET 5 and above.
This library is designed to work as a framework for solving or generating any Sudoku-style puzzles. For example, you can implement custom rules, or mix-and-match the provided rules, to solve or generate whatever puzzle...
More information
A library to work with grids of various geometries (rectilinear, hexagonal, triangular, octagonal, etc.), generate mazes, find paths and generate SVG graphics. Useful for 2D games and puzzles.