{"id":24341103,"url":"https://github.com/graphtylove/hangman_c","last_synced_at":"2025-06-22T15:37:20.088Z","repository":{"id":273017021,"uuid":"918473713","full_name":"GraphtyLove/hangman_c","owner":"GraphtyLove","description":"Simple terminal based hangman game written in C","archived":false,"fork":false,"pushed_at":"2025-04-28T11:22:38.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T12:33:36.904Z","etag":null,"topics":["c","gcc","hangman"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GraphtyLove.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-18T02:55:01.000Z","updated_at":"2025-04-28T11:22:42.000Z","dependencies_parsed_at":"2025-01-18T04:26:35.479Z","dependency_job_id":"f7fcbb05-ad1d-4530-bf31-8a7c5447c9e7","html_url":"https://github.com/GraphtyLove/hangman_c","commit_stats":null,"previous_names":["graphtylove/hangman_c"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GraphtyLove/hangman_c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphtyLove%2Fhangman_c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphtyLove%2Fhangman_c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphtyLove%2Fhangman_c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphtyLove%2Fhangman_c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GraphtyLove","download_url":"https://codeload.github.com/GraphtyLove/hangman_c/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphtyLove%2Fhangman_c/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261316030,"owners_count":23140382,"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":["c","gcc","hangman"],"created_at":"2025-01-18T07:13:45.510Z","updated_at":"2025-06-22T15:37:15.038Z","avatar_url":"https://github.com/GraphtyLove.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hangman C\n\nSimple hangman game written in C.\n\nThe goal was just to explore the language.\n\n## Run the game\n\nYou need GCC to be installed.\n\n```bash\ngcc main.c -o main;\n./main;\n```\n\nor with Make:\n```bash\nmake;\n./game;\n```\n\n## Constraints\n\nI used a few additionnal flags while compiling to ensure code quality:\n\n```sh\ngcc main.c -Wall -Werror -Wextra -g -o main \u0026\u0026 ./main\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphtylove%2Fhangman_c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraphtylove%2Fhangman_c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphtylove%2Fhangman_c/lists"}