{"id":21599447,"url":"https://github.com/abichinger/nono_judge","last_synced_at":"2025-03-18T11:42:12.308Z","repository":{"id":41106934,"uuid":"508341412","full_name":"abichinger/nono_judge","owner":"abichinger","description":"generate and solve nonogram puzzles, which are solvable by logical reasoning","archived":false,"fork":false,"pushed_at":"2024-05-29T15:27:51.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-01-24T17:48:03.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abichinger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-28T14:49:33.000Z","updated_at":"2024-05-29T15:27:55.000Z","dependencies_parsed_at":"2024-11-24T18:15:26.551Z","dependency_job_id":null,"html_url":"https://github.com/abichinger/nono_judge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abichinger%2Fnono_judge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abichinger%2Fnono_judge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abichinger%2Fnono_judge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abichinger%2Fnono_judge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abichinger","download_url":"https://codeload.github.com/abichinger/nono_judge/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244216757,"owners_count":20417651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T18:15:24.079Z","updated_at":"2025-03-18T11:42:12.283Z","avatar_url":"https://github.com/abichinger.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NonoJudge\n*generate and solve nonogram puzzles, which are solvable by logical reasoning*\n\n## Usage\n\n### Build\n\n```\ngit clone https://github.com/abichinger/nono_judge.git\ncd nono_judge \u0026\u0026 cargo build --release\n```\n\n### CLI\n\n```\n$ ./target/release/nono_judge --help\n\nNonoJudge can generate and solve nonogram puzzles, which are solvable by logical reasoning\n\nUSAGE:\n    nono_judge \u003cSUBCOMMAND\u003e\n\nOPTIONS:\n    -h, --help       Print help information\n    -V, --version    Print version information\n\nSUBCOMMANDS:\n    gen      generate nonogram puzzles\n    help     Print this message or the help of the given subcommand(s)\n    judge    determine difficulty of a nonogram puzzle\n```\n\n### Usage Examples\n\ngenerate all 5x5 puzzles which have at least a diffictuly of 5:\n```\nnono_judge gen -n 0 --non-empty | nono_judge judge --output out/5x5_all/{{difficulty}}/{{index}}.mak --dgte 5\n```\n\n## Motivation\n\ntry out Rust\n\n## TODO\n\n- handle all input/output cases (e.g. gen can only output to stdout)\n- support multiple formats\n- rewrite base.rs","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabichinger%2Fnono_judge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabichinger%2Fnono_judge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabichinger%2Fnono_judge/lists"}