This is a repository of the Slitherlink puzzle.
This repository consists of the following program components:
-
A parser for reading a puzzle state from file
-
A writer for writing a puzzle state to file
-
A solver for solving a puzzle
-
A generator for generating puzzles
-
A displayer for displaying a puzzle state
-
An interative gaming interface for playing the puzzle
For detailed specifications please refer to the specification files, located in the doc directory.
All programs in this repository are released as free software. They are licensed under the GNU GPL v3.0. A verbatim copy of the license is available in this repository.