{"id":19646083,"url":"https://github.com/cm0use/hangman","last_synced_at":"2025-02-26T23:48:31.026Z","repository":{"id":142488925,"uuid":"482265870","full_name":"CM0use/Hangman","owner":"CM0use","description":"Hangman, no 3D or third-party libraries, just the standard functions provided by the compiler. ","archived":false,"fork":false,"pushed_at":"2023-11-13T20:55:07.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-09T21:32:00.533Z","etag":null,"topics":["cpp","cpp-game","cppgame","hangman","hangman-console","hangman-cpp","hangman-game","hangmangame"],"latest_commit_sha":null,"homepage":"","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/CM0use.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-04-16T13:48:03.000Z","updated_at":"2023-09-16T21:51:26.000Z","dependencies_parsed_at":"2025-01-10T11:13:26.949Z","dependency_job_id":null,"html_url":"https://github.com/CM0use/Hangman","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/CM0use%2FHangman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CM0use%2FHangman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CM0use%2FHangman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CM0use%2FHangman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CM0use","download_url":"https://codeload.github.com/CM0use/Hangman/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240953140,"owners_count":19884024,"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":["cpp","cpp-game","cppgame","hangman","hangman-console","hangman-cpp","hangman-game","hangmangame"],"created_at":"2024-11-11T14:36:44.764Z","updated_at":"2025-02-26T23:48:31.007Z","avatar_url":"https://github.com/CM0use.png","language":"C++","readme":"\u003c!--\r\n*** If you like this README,\r\n*** it is available as a template in my repositories,\r\n*** here is the link:\r\n*** https://github.com/CM0use/README-TEMPLATE\r\n--\u003e\r\n\u003ch1 align=\"center\"\u003eHangman\u003c/h1\u003e\r\n  \r\n\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"https://img.shields.io/badge/Windows-0078d7?style=for-the-badge\u0026logo=windows\u0026logoColor=ffffff\" alt=\"Windows\"\u003e\r\n  \u003cimg src=\"https://img.shields.io/badge/mac%20OS-313131?style=for-the-badge\u0026logo=macos\u0026logoColor=d7d7d7\" alt=\"macOS\"\u003e\r\n  \u003cimg src=\"https://img.shields.io/badge/Linux-ffffff?style=for-the-badge\u0026logo=linux\u0026logoColor=000000\" alt=\"Linux\"\u003e\r\n  \u003cbr\u003e\r\n  \u003ca href=\"https://github.com/CM0use/Hangman/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-GPLv3-4a6484?style=for-the-badge\"\u003e\u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n\u003cp align=\"center\"\u003e\u003ci\u003eGuess the word letter by letter until you guess the whole word with n tries or the gentleman will meet a tragic end.\u003c/i\u003e\u003c/p\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\r\n  \u003ca href=\"#requirements\"\u003eRequirements\u003c/a\u003e •\r\n  \u003ca href=\"#compile--run\"\u003eCompile \u0026 Run\u003c/a\u003e •\r\n  \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e •\r\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n\r\n![20220412_062852](https://user-images.githubusercontent.com/102839710/163677389-85670d71-90bc-49b5-b2d4-5b02d3684fd7.gif)\r\n\u003c/div\u003e\r\n\r\n## Features\r\n* Easy to modify.\r\n* Cross-Platform\r\n  - Windows, macOS and Linux.\r\n\r\n## Requirements\r\n* g++\r\n* git (optional)\r\n\r\n## Compile \u0026 Run\r\nTo **clone** and **compile** this game, you will need to have **git** and **g++** installed on your computer.\u003cbr\u003e\r\nFrom your command line:\r\n\r\n```bash\r\ngit clone https://github.com/CM0use/Hangman.git\r\ncd Hangman\r\ng++ -O2 -std=c++2a src/main.cpp src/Hangman.cpp -o hangman\r\n```\r\n\r\nRun on **macOS \u0026 Linux**:\r\n```bash\r\n./hangman\r\n```\r\n\r\nRun on **Windows**:\r\n```cmd\r\nhangman.exe\r\n```\r\n\r\n## Contributing\r\n**Any contribution you make will be greatly appreciated.**\u003cbr\u003e\r\nIf you have any ideas/suggestions to improve the repository, make a fork of the repository and create a pull request.\u003cbr\u003e\r\nYou can also \u003ca href=\"https://github.com/CM0use/Hangman/issues\"\u003eopen the issue tracker\u003c/a\u003e to report any improvements or bugs.\u003cbr\u003e\r\n\r\n## License\r\n**Distributed under the GNU General Public License v3.0**\u003cbr\u003e\r\nSee accompanying file \u003ca href=\"https://github.com/CM0use/Hangman/blob/main/LICENSE\"\u003eLICENSE\u003c/a\u003e\u003cbr\u003e\r\nor copy at \u003ca href=\"https://www.gnu.org/licenses/gpl-3.0.txt\"\u003eGNU General Public License\u003c/a\u003e\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcm0use%2Fhangman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcm0use%2Fhangman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcm0use%2Fhangman/lists"}