{"id":13440729,"url":"https://github.com/jubalh/nudoku","last_synced_at":"2025-04-07T16:17:44.045Z","repository":{"id":25913941,"uuid":"29354815","full_name":"jubalh/nudoku","owner":"jubalh","description":"ncurses based sudoku game","archived":false,"fork":false,"pushed_at":"2024-09-10T10:27:11.000Z","size":263,"stargazers_count":339,"open_issues_count":2,"forks_count":59,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-31T15:17:50.766Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jubalh.github.io/nudoku/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jubalh.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-01-16T15:42:24.000Z","updated_at":"2025-03-21T19:14:00.000Z","dependencies_parsed_at":"2023-12-20T20:25:09.679Z","dependency_job_id":"6c47c184-bb82-4b33-b086-a0087a8dc722","html_url":"https://github.com/jubalh/nudoku","commit_stats":{"total_commits":208,"total_committers":24,"mean_commits":8.666666666666666,"dds":0.6778846153846154,"last_synced_commit":"e83e9cd704973f75cc87d018e09276867af9d6c5"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubalh%2Fnudoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubalh%2Fnudoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubalh%2Fnudoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubalh%2Fnudoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jubalh","download_url":"https://codeload.github.com/jubalh/nudoku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247685628,"owners_count":20979085,"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-07-31T03:01:25.586Z","updated_at":"2025-04-07T16:17:44.008Z","avatar_url":"https://github.com/jubalh.png","language":"C","funding_links":[],"categories":["C","Games","Puzzle/card/board","\u003ca name=\"games\"\u003e\u003c/a\u003eGames","Native","Table of Contents"],"sub_categories":["Directory Navigation","Puzzle/card/board"],"readme":"# nudoku #\n\nnudoku is a ncurses based sudoku game.\n\n## Install ##\n\nnudoku is easily installable via many package managers.\n\n[![Packaging status](https://repology.org/badge/tiny-repos/nudoku.svg)](https://repology.org/project/nudoku/versions)\n\n#### Dependency ###\n- ncurses\n- cairo (optional: for PDF/PNG output)\n\n#### From source ####\n\nGet the latest `.tar.xz` [release](https://github.com/jubalh/nudoku/releases) and extract it.\nThen run:\n\n```sh\n./configure\nmake\n./src/nudoku\n```\n\nFor the git version you will have to do:\n\n```sh\ngit clone https://github.com/jubalh/nudoku\ncd nudoku\nautoreconf -i\n./configure\nmake\n./src/nudoku\n```\n\nAdd `-DDEBUG` to `make` to have some debug output.\n\nnudoku can also output sudokus in PDF and PNG format (see `man nudoku` -p/-i/-n).\nYou need to have cairo installed and configure with:\n\n```sh\n./configure --enable-cairo\n```\n\n## Usage ##\n\nFor normal interactive GUI run `nudoku`.\nTo print two PDF pages with 8 hard sudokus run `nudoku -p riddle.pdf -n 8 -d hard`.\nTo get a PNG with an easy sudoku run `nudoku -i sudoku.png -d easy`.\nSee `man nudoku` to learn more.\n\n## I18n ##\n\nFor i18n support you need to set `LANGUAGE` variable:\n\n```sh\nexport LANGUAGE=lang\n```\n\nWhere `lang` is the translation of choice. See the list of supported languages in `po/LINGUAS` file.\n\n## Contributing ##\n\nIf you plan to add/update the translation please follow these guidelines with examples:\n\n1. Fork this repository and create a new git branch with language abbreviation as a name, e.g. `es`:\n```sh\ncd nudoku # your forked git repository\ngit checkout -b es\n```\n2. For new translation add language to `po/LINGUAS` and create `.po` file:\n```sh\necho es \u003e\u003e po/LINGUAS \u0026\u0026 cp po/nudoku.pot po/es.po\n```\n3. Replace placeholders in uppercase in the head of the file with your information. Add translations for *(preferably)* each `msgid`.\n4. Check your `.po` file with `msgfmt` for any errors:\n```sh\nmsgfmt es.po # should not produce any output\n```\n5. Push your branch to remote and create PR:\n```sh\ngit push origin es\n```\n\nIf you add changes to source code make sure to update potfiles as well:\n```sh\ncd po # if you inside nudoku directory\nmake update-po\n```\n\n\n## Bugtracker ##\n\nhttps://github.com/jubalh/nudoku/issues\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjubalh%2Fnudoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjubalh%2Fnudoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjubalh%2Fnudoku/lists"}