https://github.com/lukaspetrak/nonogram
Simple Nonogram solver. Deep search with backtracking written in python
https://github.com/lukaspetrak/nonogram
nonogram-game nonogram-solver python
Last synced: 4 months ago
JSON representation
Simple Nonogram solver. Deep search with backtracking written in python
- Host: GitHub
- URL: https://github.com/lukaspetrak/nonogram
- Owner: LukasPetrak
- License: mit
- Created: 2024-08-24T11:25:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T13:07:24.000Z (10 months ago)
- Last Synced: 2025-01-09T12:40:06.038Z (5 months ago)
- Topics: nonogram-game, nonogram-solver, python
- Language: Python
- Homepage:
- Size: 54.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nonogram solver
Simple Nonogram solver written in python