Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 608 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 608 Bytes

Hexcells-Solver

📷 Solver for the Hexcells series - parses the screen for information and solves.

Currently only works on OS X 10.10+

TODOs

  • Parse row-constraints from an image of the board.
  • Better unify existing constraint types to allow solving more subtle clues:
      -   -           -   -
    -   -   -       -   -   -
      1  {2}    =>    1  {2}
    -   -   -       -   x   -
      -   x           -   x
  • Cross-platform???