Skip to content

A Nonogram solver and generator for Dart and Flutter

License

Notifications You must be signed in to change notification settings

defuncart/nonogram

Repository files navigation

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:

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.

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

About

A Nonogram solver and generator for Dart and Flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages