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
- Host: GitHub
- URL: https://github.com/defuncart/nonogram
- Owner: defuncart
- License: mit
- Created: 2022-01-24T16:41:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T16:43:00.000Z (over 3 years ago)
- Last Synced: 2025-02-16T04:28:58.203Z (4 months ago)
- Language: Dart
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.