hitori
Hitori is mathematical game where a square grid is filled with numbers
version
This programs solves existing Hitori puzzles as well as creates new ones. Hitori is mathematical game where a square grid is filled with numbers.
-Numbers may never appear more than once in each row or column
-Black cells are never adjacent in a row or a column
-Empty cells create a single continuous area, undivided by black cells
-This program has a puzzle size limitation of maximum 17 rows and 17 columns.