Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 572 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 572 Bytes

BinaryPuzzleSolver

A solver for binary puzzles, written in C#. Runs on .NET Core v1.1.

Features:

  • Reading and writing puzzles in Excel xml format. Each such file contains the puzzle on the first worksheet and the answer on the second.
  • Both a ruleset-based and brute-force solver are available.
  • The project contains 2000 puzzles to play with, apart from the puzzles used in unit tests.

Example:

alt text