An open API service indexing awesome lists of open source software.

https://github.com/defuncart/nonogram

A Nonogram solver and generator for Dart and Flutter
https://github.com/defuncart/nonogram

Last synced: about 2 months ago
JSON representation

A Nonogram solver and generator for Dart and Flutter

Awesome Lists containing this project

README

        

# nonogram

A Nonogram solver and generator for Dart and Flutter.

Nonograms are picture logic puzzles in which cells in a grid must be colored or left blank according to numbers at the side of the grid to reveal a hidden picture.

As the package is still highly experimental, 0.0.x versioning is used.

## Getting Started

### Import the package

To import this package, simply add `nonogram` as a dependency in `pubspec.yaml`:

```yaml
dependencies:
nonogram:
git:
url: https://github.com/defuncart/nonogram.git
ref: main
```

## Raising Issues and Contributing

Please report bugs and issues, and raise feature requests on [GitHub](https://github.com/defuncart/nonogram/issues).

To contribute, submit a PR with a detailed description and tests, if applicable.