{"id":21625425,"url":"https://github.com/nevalicjus/nonovi","last_synced_at":"2026-05-18T08:31:53.467Z","repository":{"id":107965119,"uuid":"481209377","full_name":"Nevalicjus/nonovi","owner":"Nevalicjus","description":"Terminal app for playing and creating nonograms","archived":false,"fork":false,"pushed_at":"2022-04-14T08:55:19.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T19:56:01.583Z","etag":null,"topics":["cli","go","golang","nonogram","nonograms"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Nevalicjus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"ko_fi":"nevalicjus"}},"created_at":"2022-04-13T12:34:54.000Z","updated_at":"2023-03-07T05:53:52.000Z","dependencies_parsed_at":"2023-03-18T07:15:40.773Z","dependency_job_id":null,"html_url":"https://github.com/Nevalicjus/nonovi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nevalicjus/nonovi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nevalicjus%2Fnonovi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nevalicjus%2Fnonovi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nevalicjus%2Fnonovi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nevalicjus%2Fnonovi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nevalicjus","download_url":"https://codeload.github.com/Nevalicjus/nonovi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nevalicjus%2Fnonovi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33170828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","go","golang","nonogram","nonograms"],"created_at":"2024-11-25T01:09:12.695Z","updated_at":"2026-05-18T08:31:53.450Z","avatar_url":"https://github.com/Nevalicjus.png","language":"Go","funding_links":["https://ko-fi.com/nevalicjus"],"categories":[],"sub_categories":[],"readme":"# Nonovi\n\nNonovi is a terminal nonogram game\n\n\n## nnv\nNonovi uses format **nnv** to store your nonograms.\nYour nnv file should start with `b-` which signifies start of the board.\n```\nb-\n```\n\nThen, for every row in your board you should have a row's length of characters - `x` if it's filled, `_` if it's empty.\n```\nb-\nxxx\nx_x\nxxx\n```\n\nIf you're done with the board, your next line should be `eb-` to mark **e**nd of the **b**oard.\n```\nb-\nxxx\nx_x\nxxx\neb-\n```\n\nThen, you should have `h-` to mark start of hints and two hint rows. First includes hints for columns, second - hints for rows.\nEvery set of hints should be separated by `:`, whilst each hint if multiple per row/column should be separated by `-`.\n```\nb-\nxxx\nx_x\nxxx\neb-\nh-\n3:1-1:3\n3:1-1:3\n```\n\nThe next line after hints there should be `eh-` to mark **e**nd of **h**ints.\n```\nb-\nxxx\nx_x\nxxx\neb-\nh-\n3:1-1:3\n3:1-1:3\neh-\n```\n\nEt voilà! Your nnv file is ready to be played with nonovi.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnevalicjus%2Fnonovi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnevalicjus%2Fnonovi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnevalicjus%2Fnonovi/lists"}